home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1995 April
/
IMM0495.ISO
/
share
/
office
/
winlohn
/
winlsich.bat
< prev
next >
Wrap
DOS Batch File
|
1994-03-16
|
585b
|
20 lines
echo off
echo sichern.bat : Monatssicherung
echo Aufruf : sichern jjmm (Verzeichnis für Monat erst.
echo Aufruf : sichern (nur auf Diskette sichern)
echo Beispiel (Januar 94): sichern 9401
echo Unterverzeichnis erstellen und Dateien dorthin kopieren
echo wenn parameter eingegeben
IF "%1" == "" GOTO DISKETTE
md %1
copy winlohn.ovd %1
copy winlstm.* %1
copy winlkto.* %1
:DISKETTE
echo Dateien auf Diskette sichern
copy winlohn.ovd a:
copy winlstm.* a:
copy winlkto.* a: