From 96dce91abb6ddc65a824b51cb725ee0fb6ad80e6 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 16 Oct 2002 01:47:11 +0000 Subject: [PATCH] Added MODE command. svn path=/trunk/; revision=3633 --- rosapps/Makefile | 1 + rosapps/installapps.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/rosapps/Makefile b/rosapps/Makefile index 0db80304852..40b2f79d674 100644 --- a/rosapps/Makefile +++ b/rosapps/Makefile @@ -16,6 +16,7 @@ include rules.mak APPS = calc \ cmd \ cmdutils \ + cmdutils$(SEP)mode \ dflat32 \ hcalc \ mc \ diff --git a/rosapps/installapps.bat b/rosapps/installapps.bat index 6761d2af019..407404991dc 100644 --- a/rosapps/installapps.bat +++ b/rosapps/installapps.bat @@ -13,6 +13,7 @@ copy calc\calc.exe %ROS_INSTALL%\bin copy cmdutils\tee.exe %ROS_INSTALL%\bin copy cmdutils\more.exe %ROS_INSTALL%\bin copy cmdutils\y.exe %ROS_INSTALL%\bin +copy cmdutils\mode\mode.exe %ROS_INSTALL%\bin copy cmdutils\touch\touch.exe %ROS_INSTALL%\bin copy control\control.exe %ROS_INSTALL%\bin copy ctlpanel\roscfg\roscfg.cpl %ROS_INSTALL%\system32