From 36214fbd8996d21fa92ccc95aeba2bb8fd5fc607 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 31 Dec 2001 18:30:20 +0000 Subject: [PATCH] Updates for console telnet for win32 svn path=/trunk/; revision=2466 --- rosapps/installapps.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rosapps/installapps.bat b/rosapps/installapps.bat index a705f030554..6b5b456e4b4 100644 --- a/rosapps/installapps.bat +++ b/rosapps/installapps.bat @@ -14,6 +14,8 @@ copy mc\release\mc.exe %ROS_INSTALL%\bin copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin copy net\ping\ping.exe %ROS_INSTALL%\bin copy net\telnet\telnet.exe %ROS_INSTALL%\bin +copy net\telnet\keys.cfg %ROS_INSTALL%\bin +copy net\telnet\telnet.ini %ROS_INSTALL%\bin copy notevil\notevil.exe %ROS_INSTALL%\bin copy sysutils\chkdsk.exe %ROS_INSTALL%\bin copy sysutils\chklib.exe %ROS_INSTALL%\bin