Dugald
0 pts. | Jan 28 2006 11:11AM GMT
You might find the START command useful, with some of its switches. For example:
START /maximized /wait PSTBACKUP.BAT
That should run the batch file that backs up your PSTs in a maximized window, and halt further processing until it’s done. To find out what parameters are available on the version of windows you’re using, open a command window and type: START /?
Some good reference for Batch files at:
<a href="http://aumha.org/a/batches.php" title="http://aumha.org/a/batches.php" target="_blank">http://aumha.org/a/batches.php</a>
<a href="http://www.ericphelps.com/batch/" title="http://www.ericphelps.com/batch/" target="_blank">http://www.ericphelps.com/batch/</a>
ldonkers
0 pts. | Jan 30 2006 9:34AM GMT
If your users are on the network all the time and don’t require using Outlook offsite you can always store the PST in thier home directory on the server. This way you don’t have to run any scripts. As an example I would map a driver to thier users directory on the server and save the PST there. The only drawback is if the network is down they don’t get thier mail. Rather than using batch files you can also try using wscript host which has is more flexable and has more options.
Lennard
stevesz
210 pts. | Feb 1 2006 12:28AM GMT
Lennard mentions placing the actual PST files on a network share. It does work, but if ther eis a problem and you need call Microsoft about it, you will find taht that is not a supported configuration.
I use a program called PFBACKUP to make a copy (backup) of my PST files at home. They are backed up to the server. You can get this program formthe Microsoft site <a href="http://tinyurl.com/oh4l" title="http://tinyurl.com/oh4l" target="_blank">http://tinyurl.com/oh4l</a>) and it installs as an add-in to Outlook. You set what gets backed up and how often. The backup occurs when Outlook is closed. There is a winow on the desktop that shows what is being backed up and how much longer it will take (estimates).
This may be preferable to backing up the PST up on startup. After all if a machine decides not to boot in the morning, a whole days worth of PST actiity has been lost if the PST file is not recoverable.
Steve






