View Single Post
  #3  
Old 01-19-2005, 03:47 PM
ExtraLean ExtraLean is online now
Registered User
 
Join Date: 01-19-2005
Posts: 46
Use "Create Desktop Shortcut Alt+Q" from the Item menu.

That sends an icon to the desktop. If the path that is referred to by that shortcut contains a space, it doesn't work properly. Manually adding quotes around the path fixes it.

So, if the properties of the shortcut created is this:
"C:\Program Files\UltraRecall\UltraRecall.exe" C:\Documents and Settings\User\Desktop\test.urd /item 1000

Then updating it to this fixes it:
"C:\Program Files\UltraRecall\UltraRecall.exe" "C:\Documents and Settings\User\Desktop\test.urd" /item 1000

Last edited by ExtraLean; 01-19-2005 at 03:50 PM.
Reply With Quote