home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / grafika / dp400i / dp400i.exe / 400I.EXE / README.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-21  |  122 b   |  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.