home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / SUPERMIT.ARK / SUPTEST3.SUB < prev   
Text File  |  1989-09-27  |  1KB  |  53 lines

  1. ;SUPTEST3.SUB
  2. ;4/4/86
  3. ;Copyright 1986, Logic Associates, Chicago
  4. ;
  5. ;  This batch job tests the "plus" set of SUPERMIT modules, along with
  6. ;  the SET module (but not the GOTO module).
  7. ;
  8. ;  To execute this test,
  9. ;
  10. ;        []  Copy SUBMIT.COM onto a work disk.  (SUBMIT.COM is the
  11. ;            standard batch utility program supplied with CP/M.)
  12. ;
  13. ;        []  Copy the following SUPERMIT modules onto the above disk:
  14. ;
  15. ;            SUPTEST3.SUB
  16. ;            SET.COM
  17. ;            IF+.COM
  18. ;            #+.COM
  19. ;
  20. ;        []  Log on to the above disk.
  21. ;
  22. ;        []  Type--   SUBMIT SUPTEST3      then press the RETURN key.
  23. ;
  24. ;
  25. ;  The test performs some setup processing, then finishes up by saying
  26. ;  "->  IF+ ;END OF SUPTEST3.SUB".
  27. ;
  28. ;  If this test runs without the occurrence of any error messages, then
  29. ;  IF+, #+, and SET are compatible with your system.
  30. ;
  31. ;  If any error message (apart from "NO FILE") occurs, then one or more
  32. ;  of the above SUPERMIT modules are incompatible with your system.  In
  33. ;  that case, please contact Logic  Associates.
  34.  
  35.  
  36. ;START OF SUPTEST3.SUB
  37. ;
  38. ;"NO FILE" IN NEXT STEP IS OK.
  39. ERA COUNTERX.*
  40. ;
  41. ;
  42. SET SUPTEST3.SUB  CR  COUNTERX.001
  43. ;
  44. ;
  45. SET COUNTERX.* + 41
  46. ;
  47. ;
  48. IF+ COUNTERX.042 THEN #+ SUPTEST3.SUB(COUNTERX.*)
  49. ;
  50. ;
  51. IF+ COUNTERX.001 THEN IF+ ;END OF SUPTEST3.SUB
  52. ERA COUNTERX.*
  53.