Updated INSTALL
[reactos.git] / rosapps / install.bat
1 @echo off
2 if "%1" == "" goto NoParameter
3 set ROS_INSTALL=%1
4 goto Install
5 :NoParameter
6 set ROS_INSTALL=c:\reactos
7 :Install
8 echo Installing ReactOS user programs to %ROS_INSTALL%\bin
9 @echo off
10
11 copy ..\rosapps\cmd\cmd.exe %ROS_INSTALL%\bin
12 copy ..\rosapps\calc\calc.exe %ROS_INSTALL%\bin
13 copy ..\rosapps\cmdutils\tee.exe %ROS_INSTALL%\bin
14 copy ..\rosapps\cmdutils\more.exe %ROS_INSTALL%\bin
15 copy ..\rosapps\cmdutils\y.exe %ROS_INSTALL%\bin
16 copy ..\rosapps\cmdutils\mode\mode.exe %ROS_INSTALL%\bin
17 copy ..\rosapps\cmdutils\touch\touch.exe %ROS_INSTALL%\bin
18 copy ..\rosapps\control\control.exe %ROS_INSTALL%\bin
19 copy ..\rosapps\ctlpanel\roscfg\roscfg.cpl %ROS_INSTALL%\system32
20 copy ..\rosapps\ctlpanel\rospower\rospower.cpl %ROS_INSTALL%\system32
21 copy ..\rosapps\dflat32\edit.exe %ROS_INSTALL%\bin
22 copy ..\rosapps\hcalc\hcalc.exe %ROS_INSTALL%\bin
23 copy ..\rosapps\mc\release\mc.exe %ROS_INSTALL%\bin
24 copy ..\rosapps\net\arp\arp.exe %ROS_INSTALL%\bin
25 copy ..\rosapps\net\echo\echo.exe %ROS_INSTALL%\bin
26 copy ..\rosapps\net\finger\finger.exe %ROS_INSTALL%\bin
27 copy ..\rosapps\net\ipconfig\ipconfig.exe %ROS_INSTALL%\bin
28 copy ..\rosapps\net\ipecho\ipecho.exe %ROS_INSTALL%\bin
29 copy ..\rosapps\net\ncftp\ncftp.exe %ROS_INSTALL%\bin
30 copy ..\rosapps\net\netstat\netstat.exe %ROS_INSTALL%\bin
31 copy ..\rosapps\net\niclist\niclist.exe %ROS_INSTALL%\bin
32 copy ..\rosapps\net\ping\ping.exe %ROS_INSTALL%\bin
33 copy ..\rosapps\net\route\route.exe %ROS_INSTALL%\bin
34 copy ..\rosapps\net\telnet\telnet.exe %ROS_INSTALL%\bin
35 copy ..\rosapps\net\telnet\telnet.cfg %ROS_INSTALL%\bin
36 copy ..\rosapps\net\telnet\telnet.ini %ROS_INSTALL%\bin
37 copy ..\rosapps\net\whois\whois.exe %ROS_INSTALL%\bin
38 copy ..\rosapps\notevil\notevil.exe %ROS_INSTALL%\bin
39 copy ..\rosapps\sysutils\chkdsk.exe %ROS_INSTALL%\bin
40 copy ..\rosapps\sysutils\chklib.exe %ROS_INSTALL%\bin
41 copy ..\rosapps\sysutils\format.exe %ROS_INSTALL%\bin
42 copy ..\rosapps\sysutils\ldd.exe %ROS_INSTALL%\bin
43 copy ..\rosapps\sysutils\pedump.exe %ROS_INSTALL%\bin
44 copy ..\rosapps\sysutils\regexpl\regexpl.exe %ROS_INSTALL%\bin
45 copy ..\rosapps\sysutils\tlist\tlist.exe %ROS_INSTALL%\bin
46 copy ..\rosapps\regedit\regedit.exe %ROS_INSTALL%\bin
47 copy ..\rosapps\regedt32\regedt32.exe %ROS_INSTALL%\bin
48 copy ..\rosapps\taskmgr\taskmgr.exe %ROS_INSTALL%\bin
49 copy ..\rosapps\winfile\winfile.exe %ROS_INSTALL%\bin