home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- cls
- set TEMP=c:\TEMP
- share /L:500 /F:5100
- rem
- rem It is assumed Windows is installed in H:\windows. If, for instance,
- rem your 'Windows' is installed on Drive 'D' change the 'H:' below to
- rem 'd:'.
- H:
- cd\
- rem Change the next statement, if you have named your 'windows' directory
- rem something else. Otherwise. leave the next statement alone.
- rem
- cd \windows
- if exist *.swp del *.swp
- WIN
- rem
- rem This is where you exit from Windows session. Now you switch to the
- rem directory where the BACKUPS-ON-THE-FLY program is located. Notice
- rem above, the instructions needed to change to the Windows directory.
- rem
- echo ....Locating files you just modified, updated or deleted.
- echo ....Please Wait...
- c:
- cd\
- cd \zipperd
- rem
- rem Now run 'Bkup' with the Xlist, the list of Directories which contains
- rem data that gets modified. You have to prepare this Xlist in advance,
- rem using the command Preplist e.g. 'Preplist xlist C:\word!S:\all!D:\excel'
- rem Read the 'Readme.1st file for details. You can of course use any name
- rem you want instead of Xlist.
- rem
- rem The following command will 'Backup' each Directory Path given in the
- rem Listname file, ^Xlist, Or, whatever name you chose, and create the
- rem Backups on the Backup Drive, E:. Be sure to substitute your listname
- rem for xlist in the next command. Do not include '^' character from the
- rem file name.
- rem
- rem Now, every time you exit your Windows session all the files (and only
- rem those files) that you just modified, will be updated in the
- rem appropriate backup! Not even a mouseclick or a keystroke!!!
- rem
- rem
- bkup xlist E:
-
-