Thanks, that did it. - Chris
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Wigle Sent: Tuesday, May 13, 2008 9:45 PM To: 'InterMapper Discussion' Subject: RE: [IM-Talk] Need Help with helper app All slashes have to be "escaped" by another slash. So one \ = \\ and \\ = \\\\ I have something similar, a local application that opens a remote file. i.e. Command Line: notepad ${ARGS} Arguments (${ARGS}): \\\\server\\share\\filename.txt obviously this uses notepad to open that file. I use this on every map to document changes. On the folder I have write rights, everyone else has read rights - so they can look but not touch. ****** though I haven't tried a remote app, the same should apply......... Command Line: \\\\server\\share\\folder\\application.exe no ${ARGS} required Kevin -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Brizzell Sent: May-13-08 11:20 AM To: InterMapper Discussion Subject: [IM-Talk] Need Help with helper app I am trying to create a help app which will launch a program from a relative path, such as \\server\share\directory\application.exe <file:///\\server\share\directory\application.exe> Intermapper keeps adding an extra \ where I have a single one, and thus it cannot find the path to this application. Is there anyway to do this, or a better way to do it? Thanks, Chris Brizzell Network Administrator Skidmore College 815 North Broadway Saratoga Springs, New York 12866 Phone: 518-580-5994 e-mail: [EMAIL PROTECTED] ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED] ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED] ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED]
