On Thursday, August 31, 2000 at 13:46:16 GMT -0700 (which was 1:46 PM
where I live) witnesses say I typed:
> Hello Wayne,
<snip>
> The batch file would look something like this:
> @echo off
> echo --- Begin Backup Process ---
> C:
> cd \"Program Files"\"The Bat!"\
> start /w xcopy32 mail d:\TBBackup\ /e
> d:
> cd \TBBackup
> start /w regedit /e tbreg.reg HKEY_CURRENT_USER\Software\RIT
> echo.
> echo --- End Backup Process ---
> exit
I should mention that this works even better if you remove
"start /w" from
start /w xcopy32 mail d:\TBBackup\ /e
So the better version would be:
@echo off
echo --- Begin Backup Process ---
C:
cd \"Program Files"\"The Bat!"\
xcopy32 mail d:\TBBackup\ /e
d:
cd \TBBackup
start /w regedit /e tbreg.reg HKEY_CURRENT_USER\Software\RIT
echo.
echo --- End Backup Process ---
exit
--
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
<mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
<mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------
You are subscribed as : [email protected]