M
Mike375
Guest
I suppose most people would rarely if ever use them these days.
Here is a little backup one I just completed for copying the data base to 2 external HDs, 2 computers on the network and the sending computers own C:\
c:
cd\ViperTransfer
ren *.mdb Viper.mdb
cd\Documents and Settings\John Chorley\My Documents
copy viper.mdb \ViperTransfer
cd\ViperTransfer
set Day=%Date:~4,2%
set Mth=%Date:~7,2%
set Yr=%Date:~10,4%
set Hr=%Time:~0,2%
set Min=%Time:~3,2%
set Sec=%Time:~6,2%
ren *.mdb Viper%Hr%%Min%%Sec%-%Day%%Mth%%Yr%.mdb
copy *.mdb \\378Wby\mydocuments
copy *.mdb c:\
copy *.mdb j:
copy *.mdb k:
copy *.mdb \\378mike\c
Here is a little backup one I just completed for copying the data base to 2 external HDs, 2 computers on the network and the sending computers own C:\
c:
cd\ViperTransfer
ren *.mdb Viper.mdb
cd\Documents and Settings\John Chorley\My Documents
copy viper.mdb \ViperTransfer
cd\ViperTransfer
set Day=%Date:~4,2%
set Mth=%Date:~7,2%
set Yr=%Date:~10,4%
set Hr=%Time:~0,2%
set Min=%Time:~3,2%
set Sec=%Time:~6,2%
ren *.mdb Viper%Hr%%Min%%Sec%-%Day%%Mth%%Yr%.mdb
copy *.mdb \\378Wby\mydocuments
copy *.mdb c:\
copy *.mdb j:
copy *.mdb k:
copy *.mdb \\378mike\c