|
the batch file would contain this line :
START /NORMAL "c:\asr\asr.exe" "c:\graw\graw.exe"
Replace "C:\asr" and "c:\graw" with the paths to both executables and it should work. To make a batch file, just paste the line above in a new textfile then rename the extension of that file to .bat
|