home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / gob2dk / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-03-03  |  276 b   |  14 lines

  1. echo off
  2. cls
  3. if not "%1"=="" goto doit
  4. echo Please specify path where Gobliins 2 can be found.
  5. echo Example:
  6. echo   install c:\gob2 [Enter]
  7. goto done
  8. :doit
  9. echo Please wait, copying 3 files. .  .   .
  10. copy loader.exe %1
  11. copy mdo.def    %1
  12. copy setup.exe  %1
  13. :done
  14.