home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 7 / batcher / batcher.doc < prev    next >
Encoding:
Text File  |  1994-01-27  |  1.9 KB  |  47 lines

  1.  
  2.  
  3.         About Batcher....
  4.  
  5.     Batcher  is a small,  compiled C language program designed to make
  6. the  CLI interface a  little  less imposing to users. All it can do is
  7. to  copy the  command-line to  an internal  buffer, beginning the line
  8. with "execute", adding ".bat" to it's own name, then calling AmigaDOS.
  9.  
  10.    What the use? Well, create a text file with Ed like:
  11.  
  12.       .Key file/a
  13.       copy <file$t1> to ser:
  14.  
  15. Name this file "Print.bat". Rename Batcher as "Print". Now to send your
  16. file  to the  printer, you  would type "Print myfile" at the CLI. (this
  17. assumes  you have  a  serial printer.  Substitute "par:" for a parallel
  18. printer.)  Much easier than  having to type  "Copy myfile ser:". If you
  19. study the AmigaDOS manual,  you will find a wealth of information about
  20. making batch files.  With  Batcher, you can  execute  these batch files
  21. without  having to remember they are batch files, and using the execute
  22. command. It is a lot easier to write a batch file for some applications
  23. than to try to code it in Basic, C or Pascal.
  24.  
  25.    The program as compiled has a limit of  114 bytes  from the original
  26. command-line,  which should be  sufficient for most uses. The source is
  27. included, for  those with  Lattice V3.03  compilers.  Some care must be
  28. given when recompiling if you want it to remain small.
  29.  
  30.    Batcher is a Copyrighted program. A License  to copy and use Batcher
  31. in a  non-commercial  environment is  hereby granted  to those desiring
  32. it.  No warranties  are given  as to it's  performance.  For those with
  33. further questions or desiring commercial licensing, contact:
  34.  
  35.                           W. Wesley Howe
  36.                          4800 Lakemont Dr.
  37.                          Raleigh, NC 27609
  38.  
  39.                           (919) 781-4669.
  40.  
  41.    For those that like the program, use it and enjoy.  No funds need be
  42. sent. If you insist, send the money to the Special Olympics, and let me
  43. know about your contribution. 
  44.  
  45.  
  46.  
  47.