home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / STRATEGY.ISO / igo / install2.bat < prev    next >
DOS Batch File  |  1991-12-28  |  565b  |  27 lines

  1. @echo off
  2. if %1x==x goto error
  3. if %2x==x goto error
  4. echo Copying to %2 drive.
  5. copy %1*.* %2\IGO
  6. echo Remove Program disk "A" and insert Data disk "B" into drive %1, 
  7. echo then press any key to continue.
  8. echo If you are copying from a single 3 1/2" disk or high density 5 1/4"
  9. echo disk, you don't need to change disks.
  10. pause
  11. echo Copying to %2 drive.
  12. if not exist %1igo.exe copy %1*.* %2\IGO
  13. echo.
  14. echo To run Igo
  15. echo %2
  16. echo CD \IGO
  17. echo IGO
  18. echo.
  19. %2
  20. cd \igo
  21. goto done
  22. :error
  23. echo You must specify a source and destination drive
  24. :done
  25.  
  26.  
  27.