home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l040 / 6.ddi / WINUTILS.ZIP / HC.BAT next >
Encoding:
DOS Batch File  |  1992-10-27  |  81 b   |  5 lines

  1. @echo off
  2. if NOT "%1" == "-n" hc30 %1 %2
  3. if "%1" == "-n" hc31 %2 %3
  4. @echo on
  5.