I have a batch file which is in a directory and must be run from there as well because it updates files within this directory. This works perfectly fine, except when t
I use:
cd %0..
at the beginning of the batch file to change directory to the directory where the batch file was started in.
-Mathew