home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / EZMAIL2.ZIP / EZINSTAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-09-27  |  1.4 KB  |  43 lines

  1. ECHO   off
  2. verify on
  3. cls
  4. a:
  5. cd\
  6. echo. 
  7. echo --------------------------------------------------------------------------
  8. echo EzInstall - Batch file to install EZMAIL Version 2.0 to a LAN connected PC
  9. echo --------------------------------------------------------------------------
  10. echo.
  11. echo  Making the directory C:\EZMAIL, if it doesn't already exist...
  12. mkdir c:\ezmail
  13. echo.
  14. echo  Removing the old EZMAIL executables, if they exist...
  15. del c:\ezmail\*.exe
  16. del c:\ezmail\*.hlp
  17. echo.
  18. echo  Copying the EZMAIL files to C:\EZMAIL...
  19. for   %%i in (*.*) do copy %%i c:\ezmail
  20. echo.
  21. echo  Copying the SERVICES file to C:\NFS...
  22. c:
  23. cd\nfs
  24. ren services services.ez
  25. a:
  26. copy  services c:\nfs
  27. echo.
  28. echo  Install completed
  29. echo -------------------------------------------------------------------------
  30. c:
  31. cd    \ezmail
  32. dir/w *.*
  33. echo.
  34. echo  Just type EZMAIL, and following the directions from there, or read the
  35. echo  file EZMAIL.DOC if you prefer.  Yeah DESC!  :)
  36. echo.
  37. REM ********************************************************************** REM
  38. REM INSTALL.BAT - Batch file to load the EZMAIL files to a LAN connected   REM
  39. REM               PC.  Run this program to do the initial copying of the   REM
  40. REM               EZMAIL files to the PC (if these files are not already   REM
  41. REM               located on the PC).                                      REM
  42. REM ********************************************************************** REM
  43.