View Single Post
  #2  
Old 07-02-2006, 08:06 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The Copy Item Command Line functionality was intended for opening a UR item from another application, not UR itself.

One way to achieve this would be to create a text file (outside of UR), paste the command-line into it, save it with a .bat or .cmd extension, then enter that filename into the UR text item like so:

<file:///c:\path\to\file.bat>

Or, you could use Item | Copy Create Desktop Shortcut instead, then enter the shortcut's filename like:

<file:///c:\Documents and Settings\username\Desktop\item title in db.urd.lnk>

Unfortunately, in both cases, Windows XP pops up two security dialogs when clicking on such a link before actually launching it, and I'm not sure if/how to prevent those.
Reply With Quote