Could not find type "name"

Synopsis
A REXX script could not be found on disk or in Reginald's internal macro table. type will be script if trying to run a REXX script on disk, or macro if trying to run a macro.

Cause
The script doesn't actually exist.

Cure
Make sure that the script name you specified is spelled correctly, and that you specified the proper path. Otherwise, you may have instructed the Script Launcher to run a script that doesn't exist. Also note that the Script Launcher does not support wildcards.

Cause
The script isn't in one of the paths searched by Reginald.

Cure
Copy the script to one of the "REXX script paths" listed by Reginald's Administration Tool (or add a new path).

Cause
Some other running program has that script open and is denying access to it.

Cure
Terminate that other program.

Cause
Windows is too low on resources.

Cure
Terminate other running programs and try again.