;SUPTEST3.SUB ;4/4/86 ;Copyright 1986, Logic Associates, Chicago ; ; This batch job tests the "plus" set of SUPERMIT modules, along with ; the SET module (but not the GOTO module). ; ; To execute this test, ; ; [] Copy SUBMIT.COM onto a work disk. (SUBMIT.COM is the ; standard batch utility program supplied with CP/M.) ; ; [] Copy the following SUPERMIT modules onto the above disk: ; ; SUPTEST3.SUB ; SET.COM ; IF+.COM ; #+.COM ; ; [] Log on to the above disk. ; ; [] Type-- SUBMIT SUPTEST3 then press the RETURN key. ; ; ; The test performs some setup processing, then finishes up by saying ; "-> IF+ ;END OF SUPTEST3.SUB". ; ; If this test runs without the occurrence of any error messages, then ; IF+, #+, and SET are compatible with your system. ; ; If any error message (apart from "NO FILE") occurs, then one or more ; of the above SUPERMIT modules are incompatible with your system. In ; that case, please contact Logic Associates. ;START OF SUPTEST3.SUB ; ;"NO FILE" IN NEXT STEP IS OK. ERA COUNTERX.* ; ; SET SUPTEST3.SUB CR COUNTERX.001 ; ; SET COUNTERX.* + 41 ; ; IF+ COUNTERX.042 THEN #+ SUPTEST3.SUB(COUNTERX.*) ; ; IF+ COUNTERX.001 THEN IF+ ;END OF SUPTEST3.SUB ERA COUNTERX.*