The field may be blank. Any script is expected by default to reside in the Windows Depot, but can also be described with an absolute path or a path relative to the Windows Depot field can be empty or populated with program or script name. The script can be of any executable type (i.e. *.bat, *.exe, *.pl, etc.).
Script Description | WindowsvScript example |
---|---|
empty list | ; ; |
Calling stand alone program in depot | ;notify.bat; |
Calling program not in depot by absolute path | ;\\machine\share\dir\some_script.exe; |
Calling program not in depot by relative path to Windows depot | ;..\..\dir\Notify.pl; |