I have this batchfile that I need to run.
batch1.bat
cd \Program Files
batch2.bat
For testing, I string a couple of vbs files in batch1.bat and batch2.bat. Separately, both batch files work.
But when I string the two bat files as above, batch1 run but not batch2.
I tried
cd \Program Files
batch2.bat
cd \
batch1.bat
batch2 run but not batch1
Seemed like I could not cd from here.
Any help will be greatly appreciated.
batch1.bat
cd \Program Files
batch2.bat
For testing, I string a couple of vbs files in batch1.bat and batch2.bat. Separately, both batch files work.
But when I string the two bat files as above, batch1 run but not batch2.
I tried
cd \Program Files
batch2.bat
cd \
batch1.bat
batch2 run but not batch1
Seemed like I could not cd from here.
Any help will be greatly appreciated.