mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +00:00
Hope I fixed the broken issue.
svn path=/trunk/; revision=4031
This commit is contained in:
parent
4fb2283421
commit
d55087f86e
5 changed files with 87 additions and 19 deletions
20
os2/install.bat
Normal file
20
os2/install.bat
Normal file
|
@ -0,0 +1,20 @@
|
|||
@echo off
|
||||
if "%1" == "" goto NoParameter
|
||||
set ROS_INSTALL=%1
|
||||
goto Install
|
||||
:NoParameter
|
||||
set ROS_INSTALL=c:\reactos
|
||||
:Install
|
||||
echo Installing to %ROS_INSTALL%
|
||||
@echo off
|
||||
|
||||
md %ROS_INSTALL%
|
||||
md %ROS_INSTALL%\bin
|
||||
md %ROS_INSTALL%\symbols
|
||||
md %ROS_INSTALL%\system32
|
||||
|
||||
copy ..\os2\apps\bepslep\bepslep.exe %ROS_INSTALL%\bin
|
||||
copy ..\os2\lib\doscalls\doscalls.dll %ROS_INSTALL%\system32
|
||||
copy ..\os2\lib\doscalls\doscalls.sym %ROS_INSTALL%\symbols
|
||||
copy ..\os2\server\os2ss.exe %ROS_INSTALL%\system32
|
||||
copy ..\os2\server\os2ss.sym %ROS_INSTALL%\symbols
|
Loading…
Add table
Add a link
Reference in a new issue