home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Sampler / DCN-ST30.DMS / in.adf / install-d.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-04  |  1.6 KB  |  84 lines

  1. .key Prog/a,Proj/a
  2.  
  3. if not exists <Prog>
  4.     echo "Programm-Ordner nicht vorhanden, bitte erst anlegen!"
  5.     quit
  6. endif
  7. if not exists <Proj>
  8.     echo "Projekt-Ordner nicht vorhanden, bitte erst anlegen!"
  9.     quit
  10. endif
  11.  
  12. echo "Samplitude-SMPTE wird installiert..."
  13.  
  14. copy lhunarc to <Prog>
  15. copy Samp.lzh to <Prog>
  16. cd <Prog>
  17. delete Samplitude-SMPTE
  18. lhunarc Samp
  19. delete Samp.lzh
  20. delete lhunarc
  21. cd Samplitude-SMPTE:
  22. copy Samplitude#? to <Prog>
  23. copy ReadMe-D#? to <Prog>
  24. copy tocc#? to <Prog>
  25. copy AREXX#? to <Prog>
  26. copy midisys#? to <Prog>
  27. copy runback c:
  28.  
  29. if not exists <Prog>catalogs
  30.     makedir <Prog>catalogs
  31. endif
  32. copy catalogs to <Prog>catalogs all
  33.  
  34. if not exists libs:toccata.library
  35.     copy libs/tocc#? to libs:
  36. endif
  37. if not exists libs:req.library
  38.     copy libs/req#? to libs:
  39. endif
  40. copy Fonts to Fonts: all
  41.  
  42.     if exists s:user-startup
  43.         join FILE s:user-startup ram:inst.temp to ram:inst1.temp
  44.         copy ram:inst1.temp s:user-startup
  45.         echo "Befehle in s:user-startup eingefügt!"
  46.     else
  47.         if exists s:startup-sequence
  48.             join FILE ram:inst.temp s:startup-sequence to ram:inst1.temp
  49.             copy ram:inst1.temp s:startup-sequence
  50.             echo "Befehle in s:startup-sequence eingefügt!"
  51.         endif
  52.     endif
  53.  
  54.  
  55. if not exists <Proj>RAP
  56.     makedir <Proj>RAP
  57. endif
  58. copy rev#? <Proj>RAP/
  59. copy Samplitude-Bsp:RAP/#? <Proj>RAP/
  60.  
  61. if not exists <Proj>HDP
  62.     makedir <Proj>HDP
  63. endif
  64. copy Samplitude-Bsp:HDP/#? <Proj>HDP/
  65.  
  66. if not exists <Proj>VIP
  67.     makedir <Proj>VIP
  68. endif
  69. copy Samplitude-Bsp:VIP/#? <Proj>VIP/
  70.  
  71. if not exists <Proj>PLL
  72.     makedir <Proj>PLL
  73. endif
  74. copy Samplitude-Bsp:PLL/#? <Proj>PLL/
  75. if exists REXX:
  76.     copy Samplitude-Bsp:srexx/#? REXX:
  77. endif
  78.  
  79.     execute ram:inst.temp
  80.  
  81. echo ""
  82. echo "Installation wird abgeschlossen..."
  83. wait 5
  84.