home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
BCHREF.ZIP
/
INTIAL.WBT
< prev
next >
Wrap
Text File
|
1992-05-22
|
1KB
|
50 lines
; This WBT subroutine assumes Norton Backup has never been configured. It
; will configure and run the compatibility test for Norton Backup for the
; first time. The user MUST run this WBT routine before he/she can run
; the rest of the tutorial.
if winexist("Norton Backup - DEFAULT.SET")==@FALSE then goto Initial
winactivate("Norton Backup - DEFAULT.SET") ; Else close Norton Backup and configure it
sendkey("!fx{enter}")
:Initial
ignoreinput(@on)
call("nbload.wbt","4") ; startup Norton Backup
call("yloop.wbt","5")
sendkey("{enter}") ; compatibility warning
call("yloop.wbt","5") ; delay for a while
sendkey("!n") ; configure Norton Backup for the 1st time
call("yloop.wbt","5")
:ConfigDrive
sendkey("!u") ;start floppy config
call("yloop.wbt","3")
sendkey("{ENTER}")
:ConfigTest
call("yloop.wbt","8")
sendkey("!t") ; Start config test
call("yloop.wbt","8")
sendkey("{enter}") ; Accept floppies have been removed
call("yloop.wbt","8")
sendkey("{enter}") ; confirm new settings
call("yloop.wbt","8")
sendkey("{enter}")
:CompatTest
call("yloop.wbt","8") ; give time to read
sendkey("!p") ; Start Compatibility test
call("yloop.wbt","8") ; give time to read
sendkey("{enter}") ; begin compatibility tests
callext("waitloop.wbt"," ")
:ChangeConfigStatus
File=fileopen("nbtut.ini","WRITE")
filewrite(File,"Configured=Yes")
fileclose(File)
winactivate("Norton Backup - DEFAULT.SET")
return