home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / SOUNDUTL / ST224.ZIP / INSTALL.BAT < prev   
DOS Batch File  |  1990-09-27  |  2KB  |  76 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto error
  4. if "%3"=="GOTO" goto label
  5. echo Scream Tracker installation
  6. echo.
  7. md %1%2
  8. md %1%2\INS
  9. md %1%2\SONG
  10. md %1%2\ADD
  11. md %1%2\STINS99
  12. echo Copying files, please wait...
  13. copy install.000 %1%2\readme > nul
  14. copy install.001 %1%2\st.exe > nul
  15. copy install.002 %1%2\csamp.exe > nul
  16. copy install.003 %1%2\st.hlp > nul
  17. copy install.004 %1%2\register.doc > nul
  18. copy install.005 %1%2\tech.doc > nul
  19. copy install.006 %1%2\release.doc > nul
  20. copy install.007 %1%2\register.frm > nul
  21. copy install.008 %1%2\SONG\song.sts > nul
  22. copy install.009 %1%2\INS\snare.st > nul
  23. copy install.010 %1%2\INS\bassdrum.st> nul
  24. copy install.011 %1%2\INS\lzpiano.st> nul
  25. copy install.012 %1%2\INS\stdbass.st> nul
  26. copy install.013 %1%2\INS\bsound.st> nul
  27. copy install.018 %1%2\st.doc >nul
  28. if exist %1%2\st.ilb goto label2
  29. copy install.014 %1%2\st.ilb >nul
  30. copy install.015 %1%2\st00.ilb >nul
  31. copy install.016 %1%2\st02.ilb >nul
  32. copy install.017 %1%2\st03.ilb >nul
  33. :label2
  34. copy install.bat %1%2\install.bat >nul
  35. echo Deleting installation files, please wait...
  36. %1%2\install.bat %1 %2 GOTO
  37. :label
  38. del install.*
  39. del readme.now
  40. %1
  41. cd %2
  42. cls
  43. echo Now it's time to enter the correct setup to Scream Tracker.
  44. echo Remeber to correct the directories, if your's are other 
  45. echo than C:\ST...
  46. echo To get help, press F10.
  47. pause
  48. st *1
  49. cls
  50. echo Now how about reading the README file?
  51. echo Well, maybe it's best to give you no alternative... Except CTRL-C...
  52. echo.
  53. pause
  54. type readme | more
  55. pause
  56. cls
  57. echo Scream Tracker is now installed.
  58. echo To test it, write:
  59. echo.
  60. echo ST SONG
  61. echo.
  62. echo which will load an example song, you can use for experimenting.
  63. echo Have fun!
  64. echo.
  65. goto loppu2
  66. :error
  67. echo Scream Tracker installation
  68. echo.
  69. echo To install type:
  70. echo INSTALL [drive] [directory]
  71. echo.
  72. echo for example INSTALL C: \ST
  73. goto loppu
  74. :loppu2
  75. :loppu
  76.