How do you change the directory in a batch file and then run the command in a new directory? I have a batch file to change the directory, but it will not run the command. This is not an exe, this is a file with-options. So basically I need to change the directory, and then run the command, which is saved in the line.
source
share