- Jan 21, 2007
- 29
- 0
- 28
I want to do more than one checks from text files. If I have the following, what do I need to change to fix it?
Thanks for any help.
[@main]
#IF
CHECKNAMELIST check1.txt
#ACT
Goto @level1
#IF
CHECKNAMELIST check2.txt
#ACT
Goto @level2
#IF
CHECKNAMELIST check3.txt
#ACT
Goto @level3
#ELSEACT
Goto @nocheck
Thanks for any help.
