home *** CD-ROM | disk | FTP | other *** search
- ECHO off
- verify on
- cls
- a:
- cd\
- echo.
- echo --------------------------------------------------------------------------
- echo EzInstall - Batch file to install EZMAIL Version 2.0 to a LAN connected PC
- echo --------------------------------------------------------------------------
- echo.
- echo Making the directory C:\EZMAIL, if it doesn't already exist...
- mkdir c:\ezmail
- echo.
- echo Removing the old EZMAIL executables, if they exist...
- del c:\ezmail\*.exe
- del c:\ezmail\*.hlp
- echo.
- echo Copying the EZMAIL files to C:\EZMAIL...
- for %%i in (*.*) do copy %%i c:\ezmail
- echo.
- echo Copying the SERVICES file to C:\NFS...
- c:
- cd\nfs
- ren services services.ez
- a:
- copy services c:\nfs
- echo.
- echo Install completed
- echo -------------------------------------------------------------------------
- c:
- cd \ezmail
- dir/w *.*
- echo.
- echo Just type EZMAIL, and following the directions from there, or read the
- echo file EZMAIL.DOC if you prefer. Yeah DESC! :)
- echo.
- REM ********************************************************************** REM
- REM INSTALL.BAT - Batch file to load the EZMAIL files to a LAN connected REM
- REM PC. Run this program to do the initial copying of the REM
- REM EZMAIL files to the PC (if these files are not already REM
- REM located on the PC). REM
- REM ********************************************************************** REM
-