home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 14 / 1996-01_Disc_14.iso / install / install.bat < prev    next >
DOS Batch File  |  1995-10-31  |  117b  |  13 lines

  1. @echo off
  2. cls
  3. mode co80
  4.  
  5. call install.exe -f
  6.  
  7. IF NOT EXIST vesa.bat GOTO end
  8. call vesa.bat
  9. echo .
  10.  
  11. :end
  12.  
  13.