Create portable RoboScripter
Keywords: stand alone robo scripter
Question:
I want to use RoboScript on a remote machine that doesn't have WinBatch installed. This other machine has the software that I want to automate. How can I run it on this other machine?Answer:
- Create a one line script:
call("RoboScrp.w32","")- Save this script as 'RemoteRobo.wbt'
- Compile this script as a 'Complete EXE for Standalone PC'.
- Under 'Extenders': Add the Control manager extender (wwctl34i.dll)
- Under 'Other files': Add the following three files:
'..WinBatch\System\RoboScrp.W32'
'..WinBatch\System\RoboScrp.DLL'
'..WinBatch\System\RoboScrp.INI'
- Compile....
You can then simply bring the RemoteRobo.EXE over to the other machine and run it from there.....
Article ID: W14766