Updated to install whois and edit
[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 on
9 echo Installing winelib programs to %ROS_INSTALL%\bin
10 @echo off
11
12 copy cmd\cmd.exe %ROS_INSTALL%\bin
13 copy dflat32\edit.exe %ROS_INSTALL%\bin
14 copy mc\release\mc.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\keys.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