Background-Terminal icon indicating copy to clipboard operation
Background-Terminal copied to clipboard

Terminal doesnt Load Path

Open PIRANY1 opened this issue 1 year ago • 2 comments

The Terminal doesnt load any commands in Path

PIRANY1 avatar Mar 19 '24 14:03 PIRANY1

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

X73RN4L avatar Jun 29 '25 21:06 X73RN4L

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

PIRANY1 avatar Jun 30 '25 19:06 PIRANY1