home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR31 / GR220I.EXE / 220I.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.