Possible Duplicate:
Adding an .exe to default path without adding the directory
What are PATH and other environment variables, and how can I set or use them?
Hi I would like to use windows command-line to run tools like SVN and MYSQL without going to theirs respective path.
How can I just type "mysql -u root" or "svn up" straigthway in the command prompt?
Can you help me?