Commit in rosapps on MAIN
install.bat-491.1 removed
installapps.bat-491.9 removed
-98
2 removed files
Make install works. This closes out bug 221

rosapps
install.bat removed after 1.1
diff -N install.bat
--- install.bat	18 Jan 2003 15:54:36 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,49 +0,0 @@
-@echo off
-if "%1" == "" goto NoParameter
-set ROS_INSTALL=%1
-goto Install
-:NoParameter
-set ROS_INSTALL=c:\reactos
-:Install
-echo Installing ReactOS user programs to %ROS_INSTALL%\bin
-@echo off
-
-copy ..\rosapps\cmd\cmd.exe			%ROS_INSTALL%\bin
-copy ..\rosapps\calc\calc.exe			%ROS_INSTALL%\bin
-copy ..\rosapps\cmdutils\tee.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\cmdutils\more.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\cmdutils\y.exe			%ROS_INSTALL%\bin
-copy ..\rosapps\cmdutils\mode\mode.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\cmdutils\touch\touch.exe	%ROS_INSTALL%\bin
-copy ..\rosapps\control\control.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\ctlpanel\roscfg\roscfg.cpl	%ROS_INSTALL%\system32
-copy ..\rosapps\ctlpanel\rospower\rospower.cpl	%ROS_INSTALL%\system32
-copy ..\rosapps\dflat32\edit.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\hcalc\hcalc.exe			%ROS_INSTALL%\bin
-copy ..\rosapps\mc\release\mc.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\net\arp\arp.exe	 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\echo\echo.exe	 	%ROS_INSTALL%\bin
-copy ..\rosapps\net\finger\finger.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\ipconfig\ipconfig.exe 	%ROS_INSTALL%\bin
-copy ..\rosapps\net\ipecho\ipecho.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\ncftp\ncftp.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\netstat\netstat.exe 	%ROS_INSTALL%\bin
-copy ..\rosapps\net\niclist\niclist.exe 	%ROS_INSTALL%\bin
-copy ..\rosapps\net\ping\ping.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\net\route\route.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\telnet\telnet.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\telnet\telnet.cfg 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\telnet\telnet.ini 		%ROS_INSTALL%\bin
-copy ..\rosapps\net\whois\whois.exe 		%ROS_INSTALL%\bin
-copy ..\rosapps\notevil\notevil.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\chkdsk.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\chklib.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\format.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\ldd.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\pedump.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\regexpl\regexpl.exe	%ROS_INSTALL%\bin
-copy ..\rosapps\sysutils\tlist\tlist.exe	%ROS_INSTALL%\bin
-copy ..\rosapps\regedit\regedit.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\regedt32\regedt32.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\taskmgr\taskmgr.exe		%ROS_INSTALL%\bin
-copy ..\rosapps\winfile\winfile.exe		%ROS_INSTALL%\bin

rosapps
installapps.bat removed after 1.9
diff -N installapps.bat
--- installapps.bat	16 Oct 2002 01:47:11 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,49 +0,0 @@
-@echo off
-if "%1" == "" goto NoParameter
-set ROS_INSTALL=%1
-goto Install
-:NoParameter
-set ROS_INSTALL=c:\reactos
-:Install
-echo Installing ReactOS user programs to %ROS_INSTALL%\bin
-@echo off
-
-copy cmd\cmd.exe			%ROS_INSTALL%\bin
-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
-copy ctlpanel\rospower\rospower.cpl	%ROS_INSTALL%\system32
-copy dflat32\edit.exe			%ROS_INSTALL%\bin
-copy hcalc\hcalc.exe			%ROS_INSTALL%\bin
-copy mc\release\mc.exe			%ROS_INSTALL%\bin
-copy net\arp\arp.exe	 		%ROS_INSTALL%\bin
-copy net\echo\echo.exe	 		%ROS_INSTALL%\bin
-copy net\finger\finger.exe 		%ROS_INSTALL%\bin
-copy net\ipconfig\ipconfig.exe 		%ROS_INSTALL%\bin
-copy net\ipecho\ipecho.exe 		%ROS_INSTALL%\bin
-copy net\ncftp\ncftp.exe 		%ROS_INSTALL%\bin
-copy net\netstat\netstat.exe 		%ROS_INSTALL%\bin
-copy net\niclist\niclist.exe 		%ROS_INSTALL%\bin
-copy net\ping\ping.exe			%ROS_INSTALL%\bin
-copy net\route\route.exe 		%ROS_INSTALL%\bin
-copy net\telnet\telnet.exe 		%ROS_INSTALL%\bin
-copy net\telnet\telnet.cfg 		%ROS_INSTALL%\bin
-copy net\telnet\telnet.ini 		%ROS_INSTALL%\bin
-copy net\whois\whois.exe 		%ROS_INSTALL%\bin
-copy notevil\notevil.exe		%ROS_INSTALL%\bin
-copy sysutils\chkdsk.exe		%ROS_INSTALL%\bin
-copy sysutils\chklib.exe		%ROS_INSTALL%\bin
-copy sysutils\format.exe		%ROS_INSTALL%\bin
-copy sysutils\ldd.exe			%ROS_INSTALL%\bin
-copy sysutils\pedump.exe		%ROS_INSTALL%\bin
-copy sysutils\regexpl\regexpl.exe	%ROS_INSTALL%\bin
-copy sysutils\tlist\tlist.exe		%ROS_INSTALL%\bin
-copy regedit\regedit.exe		%ROS_INSTALL%\bin
-copy regedt32\regedt32.exe		%ROS_INSTALL%\bin
-copy taskmgr\taskmgr.exe		%ROS_INSTALL%\bin
-copy winfile\winfile.exe		%ROS_INSTALL%\bin
CVSspam 0.2.8