home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 October / PCPL1097B.iso / README.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-01-18  |  206 b   |  15 lines

  1. @echo off
  2. if %1- == - goto ENG
  3. if %1 == "eng" goto ENG
  4. if %1    == "fre" goto FRE
  5. if %1 == "ger" goto GER
  6. :ENG
  7. more <readme.eng
  8. goto END
  9. :FRE
  10. more <readme.fre
  11. goto END
  12. :GER
  13. more <readme.ger
  14. :END
  15.