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 / SIMTEL / CPMUG / CPMUG052.ARK / EXAMPLE.BAT < prev    next >
DOS Batch File  |  1984-04-29  |  1KB  |  26 lines

  1. RCThis example preprogrammed text, demonstrates the use of the BATCH
  2. commands.  It requires the full capabilities of the BATCH processor.
  3. It should be processed by program VARBATCH.COM, which is supplied on
  4. the BATCH distribution diskette.  No customization of VARBATCH.COM is
  5. needed, in order to process this text.  However, processing does
  6. require the presence of CP/M program DDT.COM on the system diskette.
  7.  
  8. Once BATCH processing has started, DDT is used to read VARBATCH.COM
  9. into main memory as a data file, and to display the first (hex) 80
  10. bytes of VARBATCH.COM.  Then you will be asked to type in a starting
  11. address and an ending address for display.  The starting and ending
  12. addresses should be fairly close together, preferably not more than
  13. (hex) 20 bytes apart.  The contents of memory bounded by these
  14. addresses will be displayed, first in hex and as ASCII characters,
  15. then as computer instructions.  The computer instruction format uses
  16. CP/M instruction mnemonics.
  17. S0OSorry, DDT.COM is needed for this demonstration. F9Z
  18. OType in 1 if DDT.COM is present, otherwise type in 0: VO
  19. BDDT VARBATCH.COM
  20. D100,17F
  21. OType in each address in hex, ending with CarriageReturn.
  22. Starting address: A0OEnding address: A1DF0,F1
  23. OType in CarriageReturn when you are ready to proceed.A2LF0,F1
  24. OType in CarriageReturn when you are ready to proceed.A2OThank you.
  25. F9
  26.