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 / MBUG / MBUG123.ARC / SUB.LBR / SUB.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  56 lines

  1.  
  2.  
  3. FILE:     SUB.COM
  4.  
  5. AUTHOR    CHARLES YENDLE
  6.  
  7.  
  8. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  
  10. TO PROCESS COMMANDS
  11.  
  12. USAGE:    SUB ????????       
  13.  
  14.  
  15. This program will allow .sub files to be processed by the CCP
  16. It also allows the user to create a .sub file
  17.  
  18. The sub files can be up to 80 characters long
  19.  
  20. Sub files can be cascaded together to form LONG commands
  21.  
  22. Eg.     COLOR AA;DIR *.SUB;KEY;PAUSE;COLOR PE;DIR *.COM;SUB NEXT
  23.  
  24. After this COMMAND is done then NEXT.SUB is continued with
  25. There is no limit as to how many .SUB's can be linked together
  26.  
  27. It will aslo run programs then at the exit of the program will continue
  28. to process commands
  29.  
  30. Eg.     COLOR PE;DDT;COLOR CA
  31.  
  32. I have included some test sub's that mainly play with COLOR.COM
  33.  
  34.  
  35. ----
  36. NOTE.  It only works on a machine that has XBIOS at 28H
  37. ----
  38.  
  39. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  40.  
  41. TO MAKE .SUB FILES
  42.  
  43. USUAGE:    SUB
  44.  
  45.  
  46. This command alows the user to write a sub file
  47. there is help on the way
  48.  
  49. ++++
  50.  
  51. TO MAKE .SUB FILES
  52.  
  53. USUAGE:    SUB
  54.  
  55.  
  56. This command alows the user to write a sub file