home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / Chip_1996-10_cd.bin / ovladace / hercules / tp400i95 / tp400i95.exe / 400I95.EXE / README.BAT < prev    next >
DOS Batch File  |  1993-05-21  |  122b  |  9 lines

  1. @echo off
  2. if "%1"=="" goto default
  3. call readme1.com %1
  4. goto exit
  5. :default
  6. call readme1.com readme.txt
  7. :exit
  8. echo.
  9.