6761d2af019c061af19528228f828597628a0257
[reactos.git] / rosapps / installapps.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 cmd\cmd.exe %ROS_INSTALL%\bin
12 copy calc\calc.exe %ROS_INSTALL%\bin
13 copy cmdutils\tee.exe %ROS_INSTALL%\bin
14 copy cmdutils\more.exe %ROS_INSTALL%\bin
15 copy cmdutils\y.exe %ROS_INSTALL%\bin
16 copy cmdutils\touch\touch.exe %ROS_INSTALL%\bin
17 copy control\control.exe %ROS_INSTALL%\bin
18 copy ctlpanel\roscfg\roscfg.cpl %ROS_INSTALL%\system32
19 copy ctlpanel\rospower\rospower.cpl %ROS_INSTALL%\system32
20 copy dflat32\edit.exe %ROS_INSTALL%\bin
21 copy hcalc\hcalc.exe %ROS_INSTALL%\bin
22 copy mc\release\mc.exe %ROS_INSTALL%\bin
23 copy net\arp\arp.exe %ROS_INSTALL%\bin
24 copy net\echo\echo.exe %ROS_INSTALL%\bin
25 copy net\finger\finger.exe %ROS_INSTALL%\bin
26 copy net\ipconfig\ipconfig.exe %ROS_INSTALL%\bin
27 copy net\ipecho\ipecho.exe %ROS_INSTALL%\bin
28 copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
29 copy net\netstat\netstat.exe %ROS_INSTALL%\bin
30 copy net\niclist\niclist.exe %ROS_INSTALL%\bin
31 copy net\ping\ping.exe %ROS_INSTALL%\bin
32 copy net\route\route.exe %ROS_INSTALL%\bin
33 copy net\telnet\telnet.exe %ROS_INSTALL%\bin
34 copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
35 copy net\telnet\telnet.ini %ROS_INSTALL%\bin
36 copy net\whois\whois.exe %ROS_INSTALL%\bin
37 copy notevil\notevil.exe %ROS_INSTALL%\bin
38 copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
39 copy sysutils\chklib.exe %ROS_INSTALL%\bin
40 copy sysutils\format.exe %ROS_INSTALL%\bin
41 copy sysutils\ldd.exe %ROS_INSTALL%\bin
42 copy sysutils\pedump.exe %ROS_INSTALL%\bin
43 copy sysutils\regexpl\regexpl.exe %ROS_INSTALL%\bin
44 copy sysutils\tlist\tlist.exe %ROS_INSTALL%\bin
45 copy regedit\regedit.exe %ROS_INSTALL%\bin
46 copy regedt32\regedt32.exe %ROS_INSTALL%\bin
47 copy taskmgr\taskmgr.exe %ROS_INSTALL%\bin
48 copy winfile\winfile.exe %ROS_INSTALL%\bin