home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug174.arc / MAKBATCH.LBR / MAKBATCH.DZC / MAKBATCH.DOC
Text File  |  1979-12-31  |  2KB  |  55 lines

  1.                            MAKBATCH INSTRUCTIONS
  2.  
  3.        (Makbatch is Copyrighted 1985 by Castle Oaks Computer Service)
  4.  
  5.      This is an easier way to make a command file then submit, xsub, or 
  6. supersub.  You simply type in the name you give your command file and hit
  7. RETURN.  Then type in whatever number of commands that you want to auto-
  8. matically boot up.  I am sure that this program can be used in a number of
  9. ways and for a number of uses.   An example is included below.
  10.  
  11. ( = this means that the program prints this on your screen.
  12.      
  13. A0>MAKBATCH    --> TO CALL UP THIS PROGRAM, YOU TYPE THIS IN.
  14.  
  15. Makbatch responds with all ( items below:
  16.  
  17. (MAKBATCH - A program to create a batch run file
  18. (
  19. (Copyright 1985
  20. (
  21. (Castle Oaks Computer Services
  22. (
  23. (Enter the name (and drive letter) of the file to be created
  24. (
  25. ((Do not enter extension, COM is assumed)
  26.  
  27.  MJS     --> YOU WRITE IN NAME OF COMMAND FILE WITHOUT ".COM"       
  28.  
  29. ***** Note added by Paul Foote - 10/10/85: Use at least two
  30.       character file names -- single char. names make the 
  31.       program create a <BLANK>.COM file which does not run
  32.       (at least on my Xerox 820-II system).
  33.  
  34.  
  35. (Enter the desired command lines below
  36. ((Enter ! alone to terminate input)
  37.  
  38.  
  39. COLDBOOT<CR>   --> YOU WRITE IN THE NAME OF THE COMMAND THAT YOU WANT
  40. NOBEEP<CR>               ON A SEPARATE LINE AS YOU SEE HERE
  41. SMARTKEY<CR>             & THEN HIT RETURN.
  42. WS<CR>
  43. !<CR>          --> THIS IS THE COMMAND CODE FOR QUITTING. 
  44.  
  45. ( Requested file has been written to disk
  46.  
  47.      When you use D.COM or NSWP to look at what you have done, you will
  48. find MJS.COM.  Test it out.  Run MJS (or whatever name you gave the file.
  49.  
  50.      The above command file made by MAKBATCH coldboots the computer in case
  51. you have a different file of SMARTKEY booted.  It then boots NOBEEP so that
  52. WS is quieter.  Then it loads SMARTKEY and finally WS (Wordstar).  So four
  53. programs have been loaded by MJS.COM.  You could even call this M.COM and
  54. do all this with one key stroke.  That saves about 27 key strokes.  It is
  55. fun to watch the computer do all the work.