home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / composer.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-08-09  |  620b  |  24 lines

  1. echo off
  2. if %11 == 1 goto syntax
  3. if not exist %1\nul goto invdrv
  4. if not exist %1\composd\nul md %1\composd
  5. if not exist %1\composd\669\nul md %1\composd\669
  6. if not exist %1\composd\ins\nul md %1\composd\ins
  7. if not exist %1\composd\composd.cfg copy composd.cfg %1\composd
  8. copy composd.exe %1\composd
  9. copy demo.bat %1\composd
  10. copy play.bat %1\composd
  11. copy composd.doc %1\composd
  12. copy 669\*.* %1\composd\669
  13. copy ins\*.* %1\composd\ins
  14. echo Thank you for trying Composer 669.
  15. goto end
  16. :invdrv
  17. echo Invalid drive specified!!!
  18. goto end
  19. :syntax
  20. echo SYNTAX: INSTALL drive
  21. echo EXAMPLE: INSTALL C:
  22. :end
  23.  
  24.