I need some help in writing a batch file; it launches another application which requires dynamic arguments.
I tried the following but the system cannot find the path specified:
start nw.exe -config "C:\NWconfig\i1.txt" -v -t > i1.rez
Any help/advice will be very much appreciated.
This will read i1.txt content and will pass it to nw.exe as argument.