Background-Terminal
Background-Terminal copied to clipboard
Terminal doesnt Load Path
The Terminal doesnt load any commands in Path
The Terminal doesnt load any commands in Path
I'm able to use commands in path with this string:
C:\Users\Admin\path_to_app.exe " -command1 input -command2 input"
must include both " & proper spaces as shown above
That’s not using PATH – you’re running it with the full path. If it were in PATH, you could just type app_name from anywhere