home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
modiromppu
/
modiromppu.iso
/
OZ
/
CREATOR1.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-15
|
640b
|
33 lines
@echo off
cls
echo.
echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
echo CREATOR v1.00
echo.
echo Installationsprogramm
echo (C) 1992 by DELUSION
echo ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
echo.
echo Anlegen der Sample-Verzeichnisse...
md gitarre
md bass
md sonst
md sprache
md rhythm
echo Kopieren der Beispiel-Samples in die richtigen Verzeichnisse
copy ahit.sam sonst
copy chor.sam sprache
copy digdug.sam bass
copy funkbass.sam bass
copy outlaw.sam sonst
copy rythm01.sam rhythm
del *.sam
echo CREATOR eingeben, um zu starten.
echo Pfadeinstellungen im Programm vornehmen.