help writing a batch file

  • Thread starter Thread starter headtheball
  • Start date Start date
H

headtheball

I have never written a batchfile before and I would need some help. I want
to create a partition called Backup and create a BF that backs up my pst
file in outlook 2003 as well as several other files on my system. But
firstly lets just concentrate on the outlook file. If you could show me how
to add the extra files that would be great.
 
headtheball said:
I have never written a batchfile before and I would need some help. I
want to create a partition called Backup and create a BF that backs
up my pst file in outlook 2003 as well as several other files on my
system. But firstly lets just concentrate on the outlook file. If you
could show me how to add the extra files that would be great.


Why make a batch file for Outlook? It's an Add-in:
http://www.microsoft.com/downloads/...3A-B7D0-4B16-B8AF-5A6322F4FD01&displaylang=en

As for a batch file to copy files.. Basically open a command prompt, do what
you want to do there first.. When you know the commands you would use to do
it manually from a command prompt, then the script is those commands... in a
script.
 
Back
Top