programs i can call from console no matter what cirectory i'm in

  • Thread starter Thread starter boka
  • Start date Start date
B

boka

where can i put some programs so i can call them from any directory. for
example i need to call one compiler and i don't wanna copy it every time i
need to use it... i know i can copy it to .../win/comamnd, but is there any
other way?


thanks
 
You can place programs anywhere defined within the environmental PATH,
or amend the environmental PATH to include another directory. From the
command prompt, type ECHO %PATH% to see the current directories. You
can amend the PATH by opening the System Properties control panel
applet, switching to the Advanced tab, and pressing the Environmental
Variables button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top