mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Updating parts rosapps to ReactOS build system
new bat installer for rosapps. svn path=/trunk/; revision=2460
This commit is contained in:
parent
87e06102cd
commit
5dc19ca3d1
1 changed files with 22 additions and 0 deletions
22
rosapps/installapps.bat
Normal file
22
rosapps/installapps.bat
Normal file
|
@ -0,0 +1,22 @@
|
|||
@echo off
|
||||
if "%1" == "" goto NoParameter
|
||||
set ROS_INSTALL=%1
|
||||
goto Install
|
||||
:NoParameter
|
||||
set ROS_INSTALL=c:\reactos
|
||||
:Install
|
||||
echo on
|
||||
echo Installing winelib programs to %ROS_INSTALL%\bin
|
||||
@echo off
|
||||
|
||||
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
||||
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
||||
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
||||
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
||||
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
||||
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
|
Loading…
Reference in a new issue