home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 223.BATCOMPI.DOC < prev    next >
Text File  |  1988-09-07  |  2KB  |  44 lines

  1.                *********************************************
  2.  
  3.                          BATCOMPI: COMPILES YOUR
  4.                             BATCHFILES INTO
  5.                              .COM PROGRAMS 
  6.                
  7.                                    by
  8.  
  9.                   Ned Turnquist, Metachrome Systems, Inc.
  10.  
  11.                *********************************************
  12.  
  13.      BATCOMPI compiles a batch file into a stand-alone .COM file.  
  14.      In general, .COM files produced in this manner run several times 
  15.      faster than the equivalent .BAT file and the longer the file, the 
  16.      greater the difference in speed.  If BATCOMPI encounters an error
  17.      when compiling the file, it will notify you with an error message 
  18.      and point out the line in which the error is found.
  19.  
  20.      To convert the test file, ASM.BAT, which activates the assembly of 
  21.      the designated assembly source listing by the a86 assembler, type:
  22.  
  23.                        BATCOMPI ASM.BAT <enter>
  24.  
  25.      If BATCOMPI and the .BAT file are not in the same directory, include 
  26.      the path in the command statement.
  27.  
  28.      If you liked BATCOMPI, know that it's free.  Since there are quite 
  29.      a load of good public domain utilities floating around just like it, I
  30.      see no point in deluding myself that it's worth much.  However, 
  31.      if you'd like to see more from time to time, drop me a line at:
  32.  
  33.                           Ned Turnquist
  34.                           Metachrome Systems, Inc.
  35.                           456 William Penn Highway
  36.                           Upper Black Eddy, PA  17066
  37.  
  38.                                     or  
  39.                     
  40.                           CSERVE:  74332,4450
  41.  
  42.                   **************************************
  43.               
  44.