Minor changes for making apps/baresh compile (tough it doesn't work yet).
[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 dflat32\edit.exe %ROS_INSTALL%\bin
13 copy mc\release\mc.exe %ROS_INSTALL%\bin
14 copy net\finger\finger.exe %ROS_INSTALL%\bin
15 copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
16 copy net\ping\ping.exe %ROS_INSTALL%\bin
17 copy net\telnet\telnet.exe %ROS_INSTALL%\bin
18 copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
19 copy net\telnet\telnet.ini %ROS_INSTALL%\bin
20 copy net\whois\whois.exe %ROS_INSTALL%\bin
21 copy notevil\notevil.exe %ROS_INSTALL%\bin
22 copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
23 copy sysutils\chklib.exe %ROS_INSTALL%\bin
24 copy sysutils\format.exe %ROS_INSTALL%\bin
25 copy sysutils\ldd.exe %ROS_INSTALL%\bin
26 copy sysutils\pedump.exe %ROS_INSTALL%\bin