This tip was submitted to the SearchWin2000 Tip Exchange by member Erasmo Medina. Let other users know how useful it is by rating the tip below.
I found a cool way of creating a New Message shortcut in Microsoft Outlook without actually having to open the application. The first step is to create a batch or command file and place it where the Outlook.exe file resides; usually "C:Program FilesMicrosoft OfficeOfficeOutlook.exe."
You can name this new file anything you'd like (e.g. "Newmsg.bat") The code below gives you an example of what this file should contain to successfully execute the correct command for the new message item:
@Echo off
Start Outlook.exe //c ipm.note
Exit
Next, you need to create a shortcut of the newly created batch file on your desktop, or, you can even set-it up in the programs group of your start menu. I placed mine on my desktop and in my quick-launch toolbar.
This setup saves me time, additional clicks and having to shuffle windows around. Enjoy, and I hope you manage to improve your productivity!
Requires Free Membership to View
This was first published in May 2002

Join the conversationComment
Share
Comments
Results
Contribute to the conversation