Brian: I'm butting in hoping it may help MEG. Did you really mean to say "xx"
is version of Outlook? "xx" appears in your string with Office, and
Outlook.exe is in Office 10 for me. I know this: Copy-Paste your string and
put 10 for xx and my Dist List name for dlname in the string and I get
Cannot find file "%ProgramFiles%\Microsoft Office\Office10\Outlook.exe" . The
quotes before C: and after Outlook.exe are to be there, Right? Any other
ideas?
> Brian: I'm butting in hoping it may help MEG. Did you really mean to
> say "xx" is version of Outlook?
I meant "reflects". "10" does reflect Outlook 2002, as you say, as "11"
indicates Outlook 2003. However, Outlook 2000 (version 9) may not have
anything where "xx" appears.
> "xx" appears in your string with
> Office, and Outlook.exe is in Office 10 for me. I know this:
[quoted text clipped - 3 lines]
> before C: and after Outlook.exe are to be there, Right? Any other
> ideas?
There's no "C" in what I entered, so how are you getting an error message
that mentions "C"? If you want to put the explicit path, use this:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /c ipm.note /m
dlname
I like to use the environment variable %ProgramFiles% because it's more
general. Some people (like me on one of my PCs) have their Program FIles
folder on a disk other than the C drive and the environment variable will
always be correct no matter where the Program Files folder resides.

Signature
Brian Tillman
Craig S - 06 Mar 2006 13:10 GMT
There's no "C" in what I entered, so how are you getting an error message
that mentions "C"?
If you want to put the explicit path, use this:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /c ipm.note /m dlname
> >>Thought I was going Looney! When I Copy-Paste your 1st Path String WITH % into Shortcut Command Line block, the Shortcut app Puts the C: into the Command Line path and then doesn't like, I guess, the %'s being there; So the error msg includes C:.
>Your "explicit path" string WithOut %'s DID Finish the Shortcut set-up; Now I get "Cannot Start Outlook. Command Line argument not valid. Verify the switch you are using."
>My Dist List name is two separate words (Old Geezers). Presume that's OK- Sorry I don't know how to "verify the switch". I'm Win Me, Outlook 2002 (Office XP) which I should have mentioned if Me is an issue. Apologies to MEG to drag this out but maybe it helps us both.
Craig S - 06 Mar 2006 15:36 GMT
BINGO!! I stumbled onto an Outlooks Tip fact that Path Words with spaces
require quotes; When I put quotes around my 2-word Dist List Name, ("Old
Geezers") the Shortcut Then Worked! MS ought to allow editing to Save space!
Many Thanks, Brian!!
> There's no "C" in what I entered, so how are you getting an error message
> that mentions "C"?
[quoted text clipped - 4 lines]
> >Your "explicit path" string WithOut %'s DID Finish the Shortcut set-up; Now I get "Cannot Start Outlook. Command Line argument not valid. Verify the switch you are using."
> >My Dist List name is two separate words (Old Geezers). Presume that's OK- Sorry I don't know how to "verify the switch". I'm Win Me, Outlook 2002 (Office XP) which I should have mentioned if Me is an issue. Apologies to MEG to drag this out but maybe it helps us both.