WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Roboscripter

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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:

  1. Create a one line script:
    call("RoboScrp.w32","")
    
  2. Save this script as 'RemoteRobo.wbt'

  3. Compile this script as a 'Complete EXE for Standalone PC'.

  4. Under 'Extenders': Add the Control manager extender (wwctl44i.dll)

  5. Under 'Other files': Add the following three files:
    '..WinBatch\System\RoboScrp.W32'
    '..WinBatch\System\RoboScrp.DLL'
    '..WinBatch\System\RoboScrp.INI'

  6. Compile....

You can then simply bring the RemoteRobo.EXE over to the other machine and run it from there.....


Article ID:   W14766
File Created: 2006:07:20:11:24:06
Last Updated: 2006:07:20:11:24:06