home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 November / PCP1197.ISO / SETUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-01  |  449 b   |  16 lines

  1. @echo off
  2. rem
  3. rem  ┌─────────────────────────────────────────────────────┐
  4. rem  │                   Dune 2 CD-ROM                     │
  5. rem  │                                                     │
  6. rem  │ Copyright (c) 1995 Virgin Interactive Entertainment │
  7. rem  └─────────────────────────────────────────────────────┘
  8. rem
  9. cd virgin\dune2
  10. if exist cdpatch.exe lh cdpatch c:
  11. setup.exe %1 %2 %3
  12. cls
  13. if exist cdpatch.exe cdpatch x
  14. cd \
  15.  
  16.