Command Line Shell
RoboEnhancer scripts can be executed from the command line, either through the command prompt or from the Run menu. This is not a DOS based function, and must be performed in the Windows environment.
To execute a script from the command line shell:
- Do one of the following
- From the Task bar Click Start | Run.
- From the Task bar Click Start | Programs | Accessories | Command Prompt.
- Enter the RoboEnhancer command line.
- Click OK or press Enter.
The RoboEnhancer command line shell accepts the following parameters:
RoboEnhancer.exe [/Script<file name>][/ImageList<file name>][/OutDir<directory>][/Execute|/NoLog|/Silent]"
Example usage:
RoboEnhancer /Script "C:\Crop.rsc" /ImageList "C:\My Docs\My Images\MyImageList.txt"
- Loads the plug-in, selects the script, and loads the images
RoboEnhancer /Script "C:\Crop.rsc" /ImageList "C:\MyImageList.txt" /OutDir "C:\CropImages"
- Loads the plug-in, selects the script, loads the images, and selects the output directory
RoboEnhancer /Script "C:\Crop.rsc" /ImageList "C:\MyImageList.txt" /OutDir "C:\CropImages" /Execute
- Loads the plug-in, selects the script, loads the images, selects the output directory, and executes the script
/Execute does not display or load the plug-in, it goes straight to Scriptor (faster, less mem use, why show it, etc...)
/Silent Does not display any error or completion dialogs after finishing execution.
/Nolog Does not write out a log during execution.
The file used with the /Imagelist parameter contains the list of image files used in the transformations. The file names are separated by commas.
Note:
Do not associate the command shell with the .rsc file type. This will nullify the Explorer Shell Extension association. The Shell Extension will set up this association along with its own.
|