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 04:50 PM.
|