home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ace186b.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-04-07  |  703b  |  29 lines

  1.       ACTL     ace
  2.       copy     *.FON  FON
  3.       If Not Exist FON\*.FON goto Fondirerror
  4.       del      *.FON
  5. :FonDirError
  6.       copy     *.KTS    KTS
  7.       If Not Exist KTS\*.KTS goto KtsDirError
  8.       del      *.KTS
  9. :KtsDirError
  10.       copy     *.SCR    SCR
  11.       If Not Exist SCR\*.SCR goto ScrDirError
  12.       del      *.SCR
  13. :ScrDirError
  14.       md DOC
  15.       copy     *.DOC DOC
  16.       If Not Exist DOC\*.DOC goto DocDirError
  17.       del      *.DOC
  18. :DocDirError
  19.  
  20. If Not Exist  ACE186*.* goto ModemInstall
  21.       md files
  22.       copy ACE186*.* FILES
  23.       copy *.diz FILES
  24.       If Not Exist FILE\ACE186*.* goto ModemInstall
  25.       del ACE186*.*
  26. :ModemInstall
  27.       MDMI
  28.       ACE
  29.