Whatever it is I changed, it's now backed up before I go to bed.
[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 dflat32\edit.exe %ROS_INSTALL%\bin
18 copy hcalc\hcalc.exe %ROS_INSTALL%\bin
19 copy mc\release\mc.exe %ROS_INSTALL%\bin
20 copy net\finger\finger.exe %ROS_INSTALL%\bin
21 copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
22 copy net\niclist\niclist.exe %ROS_INSTALL%\bin
23 copy net\ping\ping.exe %ROS_INSTALL%\bin
24 copy net\telnet\telnet.exe %ROS_INSTALL%\bin
25 copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
26 copy net\telnet\telnet.ini %ROS_INSTALL%\bin
27 copy net\whois\whois.exe %ROS_INSTALL%\bin
28 copy notevil\notevil.exe %ROS_INSTALL%\bin
29 copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
30 copy sysutils\chklib.exe %ROS_INSTALL%\bin
31 copy sysutils\format.exe %ROS_INSTALL%\bin
32 copy sysutils\ldd.exe %ROS_INSTALL%\bin
33 copy sysutils\pedump.exe %ROS_INSTALL%\bin
34 copy sysutils\regexpl\regexpl.exe %ROS_INSTALL%\bin
35 copy sysutils\tlist\tlist.exe %ROS_INSTALL%\bin
36 copy regedit\regedit.exe %ROS_INSTALL%\bin
37 copy regedt32\regedt32.exe %ROS_INSTALL%\bin
38 copy taskmgr\taskmgr.exe %ROS_INSTALL%\bin
39 copy winfile\winfile.exe %ROS_INSTALL%\bin