home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
UTILS2
/
OFCNHOME.ZIP
/
FIRST.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-12
|
749b
|
23 lines
CLS
ECHO OFF
ECHO Restoring all files that have been updated or created on the other PC...
ECHO When Backup asks you if it should overwrite a file, reply with
ECHO "overwrite with (N)ewer file only", and "(R)epeat for all later files"!
PAUSE
REM Switch to the directory where CPBACKUP is found, and run it
C:
CD \CPB
CPBACKUP
ECHO Now synchronizing this computer with the other one...
REM Switch to the directory where Office n Home is found, and run it (pass 1 only)
C:
CD \UTILS
OFCNHOM c: d:\work /n1
IF ERRORLEVEL 1 goto syncerr
ECHO Finished. Remember to call LAST.BAT before switching off the machine!
GOTO done
:syncerr
ECHO WARNING: Office'n'Home did not terminate successfully,
ECHO PCs may not be synchronized
:done