OUTLOOK.EXE
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
OUTLOOK.EXE

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization
Author Message
BParker35
Guest





Posted: Tue Jan 04, 2005 8:23 am    Post subject: OUTLOOK.EXE Reply with quote

How would I launch this using lisp or VB?

(startapp "C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c ipm.stickynote)

Thanks in advance!

Back to top
Laurie Comerford
Guest





Posted: Tue Jan 04, 2005 8:33 am    Post subject: Re: OUTLOOK.EXE Reply with quote

Hi,

"Shell" is the equivalent of "StartApp"

--

Regards,


Laurie Comerford
www.cadapps.com.au

"BParker35" <nospam@address.withheld> wrote in message
news:22382914.1104809052654.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
How would I launch this using lisp or VB?

(startapp "C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c
ipm.stickynote)

Thanks in advance!
Back to top
Casey Roberts
Guest





Posted: Wed Jan 05, 2005 1:39 am    Post subject: Re: OUTLOOK.EXE Reply with quote

Correct me if I'm wrong... but what you have written is LISP.....

try changing the direction of your backslash to a forward slash and adding literal quotes to the switch at the end.


(startapp "c:/Program Files/Microsoft Office/Office10/outlook.exe" "\"/c ipm.stickynote \"")

My version of outlook gives me an error saying it's an invalid switch... so that may be part of the problem.. or not..

Casey


"BParker35" <nospam@address.withheld> wrote in message news:22382914.1104809052654.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
How would I launch this using lisp or VB?

(startapp "C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c ipm.stickynote)

Thanks in advance!


Back to top
BParker35
Guest





Posted: Wed Jan 05, 2005 4:19 am    Post subject: Re: OUTLOOK.EXE Reply with quote

I am using this in my menu and it is working great.
[->&Outlook]
[&Journal]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.activity;
[&Appointment]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.appointment;
[&Contact]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.contact;
[&E-mail]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.note;
[&Task]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.task;
[&Note]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE" /c ipm.stickynote;
[--]
[<-Outlook]^C^Cshell "C:/Program Files/Microsoft Office/Office10/OUTLOOK.EXE";
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB