How to call a batch file that is one level up from the current batch file directory?
I want to explain better what should be used with an example as the answers posted up to now work only with current working directory being the directory containing the batch file file.bat. There is a directory structure as follows: C:\ Temp Folder 1 Folder 2 Example.bat Parent.bat The current working directory is C:\Temp on executing … Read more