home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
STATP101.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-02-17
|
241b
|
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