home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / commun / aced32 / install.bat < prev    next >
DOS Batch File  |  1995-07-29  |  707b  |  29 lines

  1.       ACTL     ace.ctl
  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  ACED30*.* goto ModemInstall
  21.       md files
  22.       copy ACED30*.* FILES
  23.       copy *.diz FILES
  24.       If Not Exist FILE\ACED30*.* goto ModemInstall
  25.       del ACED30*.*
  26. :ModemInstall
  27.       MDMI
  28.       ACE
  29.