home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1996 July
/
PCS0796.ISO
/
ellidemo
/
ecopy.bat
next >
Wrap
DOS Batch File
|
1996-04-24
|
2KB
|
88 lines
if "%1" == "" goto DEFAULT
if "%1" == "C" goto Fehler
if "%1" == "D" goto Fehler
if "%1" == "E" goto Fehler
if "%1" == "F" goto Fehler
if "%1" == "G" goto Fehler
if "%1" == "H" goto Fehler
if "%1" == "I" goto Fehler
if "%1" == "J" goto Fehler
if "%1" == "c" goto Fehler
if "%1" == "d" goto Fehler
if "%1" == "e" goto Fehler
if "%1" == "f" goto Fehler
if "%1" == "g" goto Fehler
if "%1" == "h" goto Fehler
if "%1" == "i" goto Fehler
if "%1" == "j" goto Fehler
Mkdir %1\ASCON
Mkdir %1\ASCON\ELLISLID
Mkdir %1\ASCON\ELLISLID\SLIDE
Mkdir %1\ASCON\ELLISLID\SDRIVE
copy *.* %1\ASCON\ELLISLID\*.*
copy SLIDE\*.* %1\ASCON\ELLISLID\SLIDE\*.*
copy SDRIVE\*.* %1\ASCON\ELLISLID\SDRIVE\*.*
attrib -r %1\ASCON\ELLISLID*.*
attrib -r %1\ASCON\ELLISLID\SLIDE\*.*
attrib -r %1\ASCON\ELLISLID\SDRIVE\*.*
%1
cd %1\ASCON
cd %1\ASCON\ELLISLID
del %1\ASCON\ELLISLID\ecopy.bat
del %1\ASCON\ELLISLID\taste.exe
del %1\ASCON\ELLISLID\ellidemo.bat
cls
@echo +--------------------------------------------------------+
@echo : Starten Sie die Slideshow mit slide.exe :
@echo : Wenn Sie Ihre Soundkarte rekonfigurieren möchten, :
@echo : müssen Sie vorher die Datei jvsound.cfg im :
@echo : Verzeichnis C:\ löschen. :
@echo +--------------------------------------------------------+
pause
goto ENDE
:DEFAULT
Mkdir C:\ASCON
Mkdir C:\ASCON\ELLISLID
Mkdir C:\ASCON\ELLISLID\SLIDE
Mkdir C:\ASCON\ELLISLID\SDRIVE
copy SLIDE\*.* C:\ASCON\ELLISLID\SLIDE\*.*
copy SDRIVE\*.* C:\ASCON\ELLISLID\SDRIVE\*.*
attrib -r C:\ASCON\ELLISLID*.*
attrib -r C:\ASCON\ELLISLID\SLIDE\*.*
attrib -r C:\ASCON\ELLISLID\SDRIVE\*.*
C:
cd C:\ASCON\ELLISLID\
cls
@echo +--------------------------------------------------------+
@echo : Starten Sie die Slideshow mit slide.exe :
@echo : Wenn Sie Ihre Soundkarte rekonfigurieren möchten, :
@echo : müssen Sie vorher die Datei jvsound.cfg im :
@echo : Verzeichnis C:\ löschen. :
@echo +--------------------------------------------------------+
pause
goto ENDE
:Fehler
:ENDE