; File: EFNTEST.CMD Last Edit: 30-SEP-1986 10:57:04 ; ; ; This command file will test EFN operation, and serve as an example ; for user written command files. ; ; Invoke this command file by typing "EFN @EFNTEST.CMD". ; ; This command file requires that group globals be already created. If ; they have not yet been created, type "FLA /CRE" or "SET GROUPFLAGS:n/CRE". ; ; This command file sets and clears actual flags so be careful when you ; run this. ; ; ! this is second form comment ! ! test multiple flags /s:73:74:75:76 ! ! test highest flag, explicit decimal /c:96. ! ! test max flags (6) /d:45:56:65:55:88:90 ! ! range /sb:73:75 ! ! low range /cb:33:56 ! ! high range /cb:65:96 ! ! full range (only valid for /d) /db:33:96 ! ! list options /l ! ! /sb:65:68 ! ! quiet /cb:65:68/q ! !