After downloading a exescript pro trial version, I encountered this problem below.
Problem :
A batch file name compile.bat below :
call ESCOMPILE "C:\Program Files\ExeScript Pro\test.bat" /auto:true
pause
After running it, no error or exe is created.
The test.bat contains :
@rem ----- ExeScript Options Begin -----
@rem ScriptType: console,invoker
@rem DestDirectory: C:\Program Files
@rem Icon: default
@rem OutputFile: C:\Program Files\test.exe
@rem ----- ExeScript Options End -----
echo "hello bye"
pause
pause
pause
exit
What did I do wrong here?
And I notice theres no commandline compilation option mention in the help file of a exescript trial version I downloaded too.
Is there a difference between the versions mention?
Thanks
Nicholas
