home *** CD-ROM | disk | FTP | other *** search
- ; This sub-routine provides a simple tutorial on how to perform a read and
- ; compare operation withe Norton Backup.
- ; It assumes that the Backup section of this tutorial was completed.
- ; It will use the DEFAULT.SET main catalog as the compare catalog.
-
- :Initial
- ignoreinput(@on)
- textbox("Advisor","compare1.txt") ; introduce read & compare
- call("nbload.wbt","4")
- ignoreinput(@on)
- winactivate("Norton Backup - DEFAULT.SET")
- sendkey("!b")
- sendkey("!c") ; switch to Compare screen
- textbox("Advisor","compare2.txt") ; explain Compare screen
-
- :Main
- winactivate("Norton Backup - DEFAULT.SET")
- crlf=strcat(num2char(13),num2char(10))
- message("Advisor",strcat("Press the Spacebar until 'ALL Files appears next to the C: drive.",crlf,"When finished, press F11 function to continue."))
- winactivate("Norton Backup - DEFAULT.SET")
- sendkey("{tab}") ; tab to Restore From
- sendkey("{tab}") ; tab to Restore Files
- ignoreinput(@off)
- waitforkey("{f11}","","","","")
- winactivate("Norton Backup - DEFAULT.SET")
- ignoreinput(@on)
- message("Advisor","When you are ready with the DOS directory backup disks, press ENTER to begin compare.")
- winactivate("Norton Backup - DEFAULT.SET")
- sendkey("!s") ; start compare
-
- call ("waitloop.wbt"," ")
- return
-