home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not "%1"=="" goto doit
- echo Please specify path where The Prophecy can be found.
- echo Example:
- echo install c:\prophecy [Enter]
- goto done
- :doit
- echo Please wait, copying 5 files. . . .
- copy all.ask %1
- copy go.bat %1
- copy loader.exe %1
- copy mdo.def %1
- copy setup.exe %1
- :done
-