home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
BCHREF.ZIP
/
CONFIG.WBT
< prev
next >
Wrap
Text File
|
1992-05-22
|
2KB
|
64 lines
;** CONFIG.WBT - NBW 1.2 **
; This WBT subroutine demonstrates configuring
; Norton Backup. It assumes that Norton Backup
; has been installed correctly but never
; configured.
textbox("Advisor","config1.txt")
call("nbload.wbt","4")
:Intro
ignoreinput(@on)
textbox("Advisor","config2.txt")
winactivate("Norton Backup - DEFAULT.SET")
message("Advisor","Now loading Configure Screen...")
winactivate("Norton Backup - DEFAULT.SET")
sendkey("!b")
sendkey("!n") ; load Configure Screen
textbox("Advisor","config3.txt") ; describe config screen
:SelProgmLvl
message("Advisor","First, we will set the Program Level to Advanced.")
winactivate("Norton Backup - DEFAULT.SET")
sendkey("!l")
delay(1)
sendkey("{down}{down}{down}") ; Select Advanced Mode
delay(1)
winactivate("Norton Backup - DEFAULT.SET")
:ConfigDrive
message("Advisor","Now we will configure the floppy drives using Auto Floppy Config button")
delay(1)
winactivate("Norton Backup - DEFAULT.SET")
sendkey("!u") ;start floppy config
delay(3)
sendkey("{ENTER}")
:ConfigTest
message("Advisor","Next the Configuration Test will be performed")
winactivate("Norton Backup - DEFAULT.SET")
sendkey("!t") ; bring up compatibility test main screen
delay(2)
sendkey("{enter}") ; Start has focus - Press enter to begin
delay(2)
message("Advisor","Confirm all floppies disks have been removed. Press ENTER to continue.")
winactivate("Norton Backup - DEFAULT.SET")
sendkey("{enter}") ; Accept floppies have been removed
call("yloop.wbt","3")
sendkey("{enter}") ; confirm new settings
:CompatTest
textbox("Advisor","config4.txt") ; explain this
winactivate("Norton Backup - DEFAULT.SET")
sendkey("!p") ; start compatibility testing
message("Advisor","When you are ready to begin the backup, press ENTER")
winactivate("Norton Backup - DEFAULT.SET")
sendkey("{enter}") ; initiate backup testing
delay(2)
sendkey("{enter}") ; begin actual backup
callext("waitloop.wbt"," ")
winactivate("Norton Backup - DEFAULT.SET")
return