home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
iftpd
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-18
|
714b
|
19 lines
@echo off
echo This batch file will attempt to install the Software Innovations
echo evaluation-copy FTPD service. You must run this as `administrator'.
pause
echo We start by trying to stop and de-install any old version.
echo You can ignore any error messages below.
NET STOP FTPD
FTPDDEL
echo Now, copy the new files into place. Note that the Control Panel,
echo and Event Logger must not be running. Any error messages below
echo indicate a serious problem with the installation.
pause
copy FTPDserv.exe %SYSTEMROOT%\system32
copy FTPDmsgs.dll %SYSTEMROOT%\system32
copy secure.dll %SYSTEMROOT%\system32
copy FTPDctl.cpl %SYSTEMROOT%\system32
echo Installing Service...
FTPDINST
echo Done.