This program operates only on Windows 2000/XP/2003.

The following files must be located in the same directory for the backup
program to work successfully.  This should generally be stored in a folder
called 'Sys' under the Directory in which the backup is to be 
stored, I.E. C:\Backup\Sys.

The files are as follows:
	backup.bat
	bak.bat
	bc.bat
	bimon.bat
	blat.exe
	EmailAddresses.txt
	EXCLUDE.RCJ
	FoldersToBackup.txt
	Info.txt
	robocopy.exe
	TESTIF.EXE

To setup the backup program, perform the following tasks:

1)Edit the "FoldersToBackup.txt" file.  This file should contain a list of 
  all the directories that are to be backed up.  These directory names should 
  be placed on seperate lines, and ended with a semicolon.  Do not place the 
  quotations around the pathes.  Do not end the directory pathes with a 
  backslash.  For best practice, all file and directory pathes should consist 
  of their network share name (beginning with two backslashes) not their 
  mapped drive name (beginning with the letter of a mapped network drive).  
  However, in the case of backing up local data (not consisting of a share 
  name), the drive letter address is acceptable.  

	EX: FoldersToBackup.txt
-----------------------------------------------------------------------------
		\\qrpserver\Graphics\Program Files;
		\\qrpserver\Data\Symantec 10.0 License;
-----------------------------------------------------------------------------

2)Edit "EXCLUDE.RCJ" using Notepad. It should contain a list of all 
  Directories and Files that are to be excluded from the backup.  Directories
  should follow the /XD option, and each should be enclosed in quotes.  
  DO NOT end directories with a backslash.  Files should follow the /XF 
  option, and be enclosed in quotes. In any case, one or both of these 
  sections can be left blank to avoid excluding any files or directories (you 
  do not have to remove the /XD and /XF options).  As in step 1, unless the 
  folder or file being excluded is local, you should use the network share 
  path, not the mapped drive path.

	EX: EXCLUDE.RCJ
------------------------------------------------------------------------------
		/XD
			"\\Server\Test Share\Folder3"
		/XF
			"\\Server\Test Share\Folder3\file.txt"
------------------------------------------------------------------------------

3)Edit "EmailAddresses.txt" to contain the email address of all persons 
  requiring confirmation of the backup process, place each on a different 
  line; do not place any seperating characters at the end of each address.

	EX: EmailAddresses.txt
------------------------------------------------------------------------------
		nick@pcc-it.com
		cindy@pcc-it.com
		shawn@pcc-it.com
------------------------------------------------------------------------------

4)Edit the "Info.txt" file.  Modify the CompanyName (no spaces).  Modify the 
  DestinationDirectory, should be a local directory containing no spaces, no 
  quotes, and no semicolons.  Modify the LogDirectory, generally this should 
  be a subdirectory of DestinationDirectory, and follows the same rules as 
  Destination Directory, i.e. no spaces, quotes, or semicolons.

	EX: Info.txt
------------------------------------------------------------------------------
		CompanyName: TESTSCRIPT
		DestinationDirectory: C:\Backup
		LogDirectory: C:\Backup\Logs
------------------------------------------------------------------------------

5)Create the Scheduled Task.  Open "Scheduled Tasks" from the "Control Panel".
  Click "Add Scheduled Task".  Click "Next".  Click "Browse...".  Navigate to 
  the folder where the Backup Program's files are stored and select "bak.bat". 
  Type a Name for the scheduled task.  Select to perform the task daily.  
  Click "Next".  Choose a start time, generally 10:00pm. Select to "Perform 
  this task:" Every Day, with a Start Date of Today's date.  Click "Next".  
  Enter the appropriate username and password (best to use a Domain 
  Administrator, so there is no problem with permissions).  Click "Next". 
  Click "FInish".