home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem ┌─────────────────────────────────────────────────────┐
- rem │ Dune 2 CD-ROM │
- rem │ │
- rem │ Copyright (c) 1995 Virgin Interactive Entertainment │
- rem └─────────────────────────────────────────────────────┘
- rem
- cd virgin\dune2
- if exist cdpatch.exe lh cdpatch c:
- setup.exe %1 %2 %3
- cls
- if exist cdpatch.exe cdpatch x
- cd \
-
-