Auto Load Project

The ARC.exe accepts a few startup parameters.


- Param 1: Path and Filename of project to load
- Param 2: Name of Script to start when project is loaded


*Note: Ensure parameters begin and end with quotation marks. This is specifically important when a parameter contains an empty space. Because an empty space is what separates parameters, so when the parameter is wrapped in quotation marks, it is parsed as one parameter vs many. Notice in the examples below the parameters are wrapped in quotation marks.


Example #1: loading a project on startup:

"C:\Program Files (x86)\ARC\ARC.exe" "C:\My Documents\MyFile.ezb"


Example #2: loading a project on startup and execute a script named InitScript

"C:\Program Files (x86)\ARC\ARC.exe" "C:\My Documents\MyFile.ezb" "InitScript"




Shortcut Creator

ARC includes a shortcut creator so you can have a robot project load when Windows starts, add a shortcut to your desktop, or assign a key combination to quickly load a project. The shortcut creator manual can be found here.