mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
cleanup + finger client
svn path=/trunk/; revision=2608
This commit is contained in:
parent
1d0d9fbf9f
commit
168b55e958
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@ goto Install
|
||||||
:NoParameter
|
:NoParameter
|
||||||
set ROS_INSTALL=c:\reactos
|
set ROS_INSTALL=c:\reactos
|
||||||
:Install
|
:Install
|
||||||
echo on
|
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
|
||||||
echo Installing winelib programs to %ROS_INSTALL%\bin
|
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
||||||
copy dflat32\edit.exe %ROS_INSTALL%\bin
|
copy dflat32\edit.exe %ROS_INSTALL%\bin
|
||||||
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
||||||
|
copy net\finger\finger.exe %ROS_INSTALL%\bin
|
||||||
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
||||||
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
||||||
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
||||||
copy net\telnet\keys.cfg %ROS_INSTALL%\bin
|
copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
|
||||||
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
|
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
|
||||||
copy net\whois\whois.exe %ROS_INSTALL%\bin
|
copy net\whois\whois.exe %ROS_INSTALL%\bin
|
||||||
copy notevil\notevil.exe %ROS_INSTALL%\bin
|
copy notevil\notevil.exe %ROS_INSTALL%\bin
|
||||||
|
|
Loading…
Reference in a new issue