home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Sampler / dCO_sMPT.DMS / in.adf / install.bat < prev    next >
Encoding:
DOS Batch File  |  1978-03-06  |  1.5 KB  |  76 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 Samplitude#? to <Prog>
  15. copy SMPTE-PRO#? to <Prog>
  16. copy ReadMe#? to <Prog>
  17. copy tocc#? to <Prog>
  18. copy AREXX#? to <Prog>
  19. copy midisys#? to <Prog>
  20. copy runback c:
  21.  
  22. if not exists <Prog>catalogs
  23.     makedir <Prog>catalogs
  24. endif
  25. copy catalogs to <Prog>catalogs all
  26.  
  27. if not exists libs:toccata.library
  28.     copy libs/tocc#? to libs:
  29. endif
  30. if not exists libs:req.library
  31.     copy libs/req#? to libs:
  32. endif
  33. copy Fonts to Fonts: all
  34.  
  35. ;    if exists s:user-startup
  36. ;        join FILE s:user-startup ram:inst.temp to ram:inst1.temp
  37. ;        copy ram:inst1.temp s:user-startup
  38. ;        echo "Befehle in s:user-startup eingefügt!"
  39. ;    else
  40. ;        if exists s:startup-sequence
  41. ;            join FILE ram:inst.temp s:startup-sequence to ram:inst1.temp
  42. ;            copy ram:inst1.temp s:startup-sequence
  43. ;            echo "Befehle in s:startup-sequence eingefügt!"
  44. ;        endif
  45. ;    endif
  46.  
  47.  
  48. if not exists <Proj>RAP
  49.     makedir <Proj>RAP
  50. endif
  51. ;copy Samplitude-Bsp:RAP/#? <Proj>RAP/
  52.  
  53. if not exists <Proj>HDP
  54.     makedir <Proj>HDP
  55. endif
  56. ;copy Samplitude-Bsp:HDP/#? <Proj>HDP/
  57.  
  58. if not exists <Proj>VIP
  59.     makedir <Proj>VIP
  60. endif
  61. ;copy Samplitude-Bsp:VIP/#? <Proj>VIP/
  62.  
  63. if not exists <Proj>PLL
  64.     makedir <Proj>PLL
  65. endif
  66. ;copy Samplitude-Bsp:PLL/#? <Proj>PLL/
  67. ;if exists REXX:
  68. ;    copy Samplitude-Bsp:srexx/#? REXX:
  69. ;endif
  70.  
  71.     execute ram:inst.temp
  72.  
  73. echo ""
  74. echo "Installation erfolgreich abgeschlossen!"
  75. wait 5
  76.