home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / htasc28.zip / H.BAT < prev    next >
DOS Batch File  |  1996-06-04  |  227b  |  7 lines

  1. @echo off
  2. REM  * *  The batch file command line should be "h filename"
  3. REM  * *  If called from another batch file, use "call h filename"
  4. htasc %1
  5. REM  * *  You can add such items as "copy *.asc c:\ascifile" or somesuch
  6.  
  7.