![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm trying to do the right thing and backup my system often.
Many times the backup program skips the Outlook.pst file because it is in use by another program. Probably because Outlook is running.( Duh!, ya think?) Is there an application or something, that the backup program can run, that will terminate Outlook? Backups without my mail are just a bad thing. Thanks for any tips or hints. |
#3
|
|||
|
|||
![]()
Your first comment is the key, "use a script", but, what script? Are there
commands I can put into a .bat file to accomplish this? The backup program will run any application before doing the backup. I don't want to logoff and the Outlook exit has to be hands free. All of this happens early in the morning, long before I'm awake. "Diane Poremsky [MVP]" wrote in message ... you'll need to use a script to close it before the backup runs - and probably need Outlook Shutdown (listed here http://www.slipstick.com/problems/close.htm) to insure it's closed. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Tom" wrote in message ... I'm trying to do the right thing and backup my system often. Many times the backup program skips the Outlook.pst file because it is in use by another program. Probably because Outlook is running.( Duh!, ya think?) Is there an application or something, that the backup program can run, that will terminate Outlook? Backups without my mail are just a bad thing. Thanks for any tips or hints. |
#4
|
|||
|
|||
![]()
yes, either use a batch or vbscript. VBSript may give a cleaner exit so that
outlook doesn't have to repair errors when you restart it. Search Google for the commands you need to use. "Tom" wrote in message ... Your first comment is the key, "use a script", but, what script? Are there commands I can put into a .bat file to accomplish this? The backup program will run any application before doing the backup. I don't want to logoff and the Outlook exit has to be hands free. All of this happens early in the morning, long before I'm awake. "Diane Poremsky [MVP]" wrote in message ... you'll need to use a script to close it before the backup runs - and probably need Outlook Shutdown (listed here http://www.slipstick.com/problems/close.htm) to insure it's closed. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Tom" wrote in message ... I'm trying to do the right thing and backup my system often. Many times the backup program skips the Outlook.pst file because it is in use by another program. Probably because Outlook is running.( Duh!, ya think?) Is there an application or something, that the backup program can run, that will terminate Outlook? Backups without my mail are just a bad thing. Thanks for any tips or hints. |
#5
|
|||
|
|||
![]()
I found "pskill.exe" in the PsTools suite of commands, it works but it
really kills Outlook by ripping it out by the roots. What I need is a "ps-terminate-gracefully" command. I don't have vbscript or any other programming languages on my windows box. Any ideas? "Diane Poremsky [MVP]" wrote in message ... yes, either use a batch or vbscript. VBSript may give a cleaner exit so that outlook doesn't have to repair errors when you restart it. Search Google for the commands you need to use. "Tom" wrote in message ... Your first comment is the key, "use a script", but, what script? Are there commands I can put into a .bat file to accomplish this? The backup program will run any application before doing the backup. I don't want to logoff and the Outlook exit has to be hands free. All of this happens early in the morning, long before I'm awake. "Diane Poremsky [MVP]" wrote in message ... you'll need to use a script to close it before the backup runs - and probably need Outlook Shutdown (listed here http://www.slipstick.com/problems/close.htm) to insure it's closed. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Tom" wrote in message ... I'm trying to do the right thing and backup my system often. Many times the backup program skips the Outlook.pst file because it is in use by another program. Probably because Outlook is running.( Duh!, ya think?) Is there an application or something, that the backup program can run, that will terminate Outlook? Backups without my mail are just a bad thing. Thanks for any tips or hints. |
#6
|
|||
|
|||
![]()
I don;'t think there is a terminate gracefully command.
![]() -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Tom" wrote in message ... I found "pskill.exe" in the PsTools suite of commands, it works but it really kills Outlook by ripping it out by the roots. What I need is a "ps-terminate-gracefully" command. I don't have vbscript or any other programming languages on my windows box. Any ideas? "Diane Poremsky [MVP]" wrote in message ... yes, either use a batch or vbscript. VBSript may give a cleaner exit so that outlook doesn't have to repair errors when you restart it. Search Google for the commands you need to use. "Tom" wrote in message ... Your first comment is the key, "use a script", but, what script? Are there commands I can put into a .bat file to accomplish this? The backup program will run any application before doing the backup. I don't want to logoff and the Outlook exit has to be hands free. All of this happens early in the morning, long before I'm awake. "Diane Poremsky [MVP]" wrote in message ... you'll need to use a script to close it before the backup runs - and probably need Outlook Shutdown (listed here http://www.slipstick.com/problems/close.htm) to insure it's closed. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Tom" wrote in message ... I'm trying to do the right thing and backup my system often. Many times the backup program skips the Outlook.pst file because it is in use by another program. Probably because Outlook is running.( Duh!, ya think?) Is there an application or something, that the backup program can run, that will terminate Outlook? Backups without my mail are just a bad thing. Thanks for any tips or hints. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do I exit working offline I use outlook | Mike | Outlook - General Queries | 1 | March 17th 06 07:34 PM |
Failed to initialize component. Exit code 4288477 | NGUYEN H. | Outlook - Installation | 1 | February 7th 06 05:41 PM |
outlook 2003 message window closing on outlook exit | Gregg | Outlook - Installation | 0 | February 6th 06 10:35 PM |