home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 December / PCPL1297.ISO / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-11-18  |  244 b   |  13 lines

  1. @echo off
  2. if %0a==installa goto all_ok
  3. if %0a==install.bata goto all_ok
  4. echo Please run install directly from the CD-ROM base directory...
  5. goto exit
  6. :all_ok
  7. echo Loading install....
  8. inst\initial.exe
  9. echo ...install finished
  10. :exit
  11.  
  12.  
  13.