home *** CD-ROM | disk | FTP | other *** search
- .key Prog/a,Proj/a
-
- if not exists <Prog>
- echo "Programm-Ordner nicht vorhanden, bitte erst anlegen!"
- quit
- endif
- if not exists <Proj>
- echo "Projekt-Ordner nicht vorhanden, bitte erst anlegen!"
- quit
- endif
-
- echo "Samplitude-SMPTE wird installiert..."
-
- copy Samplitude#? to <Prog>
- copy SMPTE-PRO#? to <Prog>
- copy ReadMe#? to <Prog>
- copy tocc#? to <Prog>
- copy AREXX#? to <Prog>
- copy midisys#? to <Prog>
- copy runback c:
-
- if not exists <Prog>catalogs
- makedir <Prog>catalogs
- endif
- copy catalogs to <Prog>catalogs all
-
- if not exists libs:toccata.library
- copy libs/tocc#? to libs:
- endif
- if not exists libs:req.library
- copy libs/req#? to libs:
- endif
- copy Fonts to Fonts: all
-
- ; if exists s:user-startup
- ; join FILE s:user-startup ram:inst.temp to ram:inst1.temp
- ; copy ram:inst1.temp s:user-startup
- ; echo "Befehle in s:user-startup eingefügt!"
- ; else
- ; if exists s:startup-sequence
- ; join FILE ram:inst.temp s:startup-sequence to ram:inst1.temp
- ; copy ram:inst1.temp s:startup-sequence
- ; echo "Befehle in s:startup-sequence eingefügt!"
- ; endif
- ; endif
-
-
- if not exists <Proj>RAP
- makedir <Proj>RAP
- endif
- ;copy Samplitude-Bsp:RAP/#? <Proj>RAP/
-
- if not exists <Proj>HDP
- makedir <Proj>HDP
- endif
- ;copy Samplitude-Bsp:HDP/#? <Proj>HDP/
-
- if not exists <Proj>VIP
- makedir <Proj>VIP
- endif
- ;copy Samplitude-Bsp:VIP/#? <Proj>VIP/
-
- if not exists <Proj>PLL
- makedir <Proj>PLL
- endif
- ;copy Samplitude-Bsp:PLL/#? <Proj>PLL/
- ;if exists REXX:
- ; copy Samplitude-Bsp:srexx/#? REXX:
- ;endif
-
- execute ram:inst.temp
-
- echo ""
- echo "Installation erfolgreich abgeschlossen!"
- wait 5
-