home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare Tools
/
TOOLS.iso
/
tools
/
top1107
/
gepackt.exe
/
COPYDAT.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
DOS Batch File
|
1993-04-07
|
234 b
|
14 lines
@echo off
if %1"==" goto err
md %1
md %1\BSP
md %1\TXT
copy dmapp.exe %1 >nul
copy txt\*.* %1\TXT >nul
copy bsp\*.* %1\BSP >nul
goto ende
:err
cls
echo Diese Datei wird vom Installationsprogramm benötigt.
echo.
:ende