I am trying to run .exe file, which uses another not executable files from different directories.
From command line it works fine.
Could You please help me to find out the syntax how can i make a bat file, which will do it.
Here is the path, that i ran from command line:
C:\Program Files\Test\bin\run.exe -TestPath D:\test1\ -TestPath httpDownloader.lrs D:\test1\Temp -ResultLocation -ResultCleanName Res1 -Run”
Thanks in advance
bat file uses comand line syntax so if it works in cmd it should work in .bat
Only thing you have to be careful about are spaces in file path!