2001-12-30 20:26:43 +00:00
|
|
|
@echo off
|
|
|
|
if "%1" == "" goto NoParameter
|
|
|
|
set ROS_INSTALL=%1
|
|
|
|
goto Install
|
|
|
|
:NoParameter
|
|
|
|
set ROS_INSTALL=c:\reactos
|
|
|
|
:Install
|
2002-02-07 01:32:20 +00:00
|
|
|
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
|
2001-12-30 20:26:43 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
2002-01-26 03:23:25 +00:00
|
|
|
copy dflat32\edit.exe %ROS_INSTALL%\bin
|
2001-12-30 20:26:43 +00:00
|
|
|
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
2002-02-07 01:32:20 +00:00
|
|
|
copy net\finger\finger.exe %ROS_INSTALL%\bin
|
2001-12-30 20:26:43 +00:00
|
|
|
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
|
|
|
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
|
|
|
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
2002-02-07 01:32:20 +00:00
|
|
|
copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
|
2001-12-31 18:30:20 +00:00
|
|
|
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
|
2002-01-26 03:23:25 +00:00
|
|
|
copy net\whois\whois.exe %ROS_INSTALL%\bin
|
2001-12-30 20:26:43 +00:00
|
|
|
copy notevil\notevil.exe %ROS_INSTALL%\bin
|
|
|
|
copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
|
|
|
|
copy sysutils\chklib.exe %ROS_INSTALL%\bin
|
|
|
|
copy sysutils\format.exe %ROS_INSTALL%\bin
|
|
|
|
copy sysutils\ldd.exe %ROS_INSTALL%\bin
|
|
|
|
copy sysutils\pedump.exe %ROS_INSTALL%\bin
|
2002-07-03 18:13:30 +00:00
|
|
|
copy regedit\regedit.exe %ROS_INSTALL%\bin
|
|
|
|
copy regedt32\regedt32.exe %ROS_INSTALL%\bin
|
|
|
|
copy taskmgr\taskmgr.exe %ROS_INSTALL%\bin
|