home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
EDUCATIO
/
STATP101.ZIP
/
INSTALL.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-02-17
|
241 b
|
12 lines
@echo off
if exist %1\statphys\nul goto error
md %1\statphys
cd %1\statphys
copy statphys.exe %1\statphys
copy statphys.hlp %1\statphys
copy readme %1\statphys
goto ready
:error
echo Directory %1\STATPHYS exists already...
:ready