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