Adding the current path to the Window PATH variable
Posted: October 19th, 2011 | Author: jgeiger | Filed under: Uncategorized | No Comments »I was trying to find a way to add my current directory plus a subdirectory to my PATH.
If you add ./subdirectory to your windows PATH environment variable it works and you can run anything in your current_dir/subdirectory.
Leave a Reply