Windows Users: Making Submit Script Desktop Shortcuts

Desktop shortcuts let you invoke the submit script interface easily.

  1. Right click on the desktop, and choose New -> Shortcut
  2. This will bring up the 'Create Shortcut' dialog.

  3. Enter the path to the submit script on your file server.
  4. Be sure this is an absolute UNC path to a copy of the script on your file server, and NOT to the files in C:\RUSH\EXAMPLES.

    Your sysadmin should have used these instructions to copy the scripts from C:\RUSH\EXAMPLES to your file server.

  5. Click "Next" then "Finish".
  6. You should now have a shortcut on your desktop.

  7. Right click on the new shortcut, and choose Properties.
  8. This should bring up the properties dialog. At the Run: prompt, change Normal Window to Minimized. This will prevent the black DOS window from showing when you click on the shortcut. You may also want to change the other options as shown:


      Properties window for your submit script's desktop shortcut.

    1) Set 'Target:' to "perl //path/to/script.pl" ensures perl starts the script.
    2) Set "Start In:" to "c:\temp" makes the submit script start "quickly".
    3) Set "Run:" to "Minimized" hides the black DOS window.

     

  9. Hit OK.
  10. That's it.

    You should now be able to double click the shortcut, and the interface should come up. If it doesn't, go into a DOS window, and try to invoke the submit script with the same path, and watch for error messages.