home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / mail32.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-05-14  |  833b  |  36 lines

  1. @if "%1"=="" goto a_error
  2. @CLS
  3. @type install1.dat
  4. @pause
  5. @md %1\mailall
  6. @copy mailall.exe %1\mailall
  7. @copy mailall.man %1\mailall
  8. @if exist %1\mailall\mailall.fil goto filthere
  9. @copy mailall.fil %1\mailall
  10. :filthere
  11. @copy printman.bat %1\mailall
  12. @copy demo.dat %1\mailall
  13. @if exist %1\mailall\mailall.lab goto labthere
  14. @copy mailall.lab %1\mailall
  15. :labthere
  16. @copy mailall.pif %1\mailall
  17. @copy mmdemo.doc %1\mailall
  18. @copy mmdemoda.doc %1\mailall
  19. @copy wsdemo.let %1\mailall
  20. @copy wsdemo.mm %1\mailall
  21. @copy readme.doc %1\mailall
  22. @copy pf.com %1\mailall
  23. @copy pf.doc %1\mailall
  24. @copy comtest.bat %1\mailall
  25. @copy bconvert.exe %1\mailall
  26. @CLS
  27. @type install2.dat
  28. REM  %1
  29. REM  cd\mailall
  30. REM  mailall
  31. @GOTO DONE
  32. :a_error
  33. @CLS
  34. REM  ** You must Enter the Hard Disk Drive Letter for Installation **
  35. :done
  36.