home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR10
/
ACE175.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-01
|
490b
|
23 lines
actl ace
copy *.fon fon
if Not exist fon\*.fon goto Fondir_error
del *.fon
:Fondir_error
copy *.kts kts
if Not exist kts\*.kts goto ktsdir_error
del *.kts
:ktsdir_error
copy *.scr scr
if Not exist scr\*.scr goto scrdir_error
del *.scr
:scrdir_error
md doc
copy *.doc doc
copy *.frm doc
copy *.crd doc
if Not exist doc\*.doc goto docdir_error
del *.doc
:docdir_error
ace