home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
MODEM
/
ACE186B.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-07
|
703b
|
29 lines
ACTL ace
copy *.FON FON
If Not Exist FON\*.FON goto Fondirerror
del *.FON
:FonDirError
copy *.KTS KTS
If Not Exist KTS\*.KTS goto KtsDirError
del *.KTS
:KtsDirError
copy *.SCR SCR
If Not Exist SCR\*.SCR goto ScrDirError
del *.SCR
:ScrDirError
md DOC
copy *.DOC DOC
If Not Exist DOC\*.DOC goto DocDirError
del *.DOC
:DocDirError
If Not Exist ACE186*.* goto ModemInstall
md files
copy ACE186*.* FILES
copy *.diz FILES
If Not Exist FILE\ACE186*.* goto ModemInstall
del ACE186*.*
:ModemInstall
MDMI
ACE