something going spooky with CVS, trying to get this file in...
authorRobert Dickenson <robd@reactos.org>
Fri, 27 Dec 2002 14:53:06 +0000 (14:53 +0000)
committerRobert Dickenson <robd@reactos.org>
Fri, 27 Dec 2002 14:53:06 +0000 (14:53 +0000)
svn path=/trunk/; revision=3901

posix/install.bat [new file with mode: 0644]

diff --git a/posix/install.bat b/posix/install.bat
new file mode 100644 (file)
index 0000000..a8e414f
--- /dev/null
@@ -0,0 +1,24 @@
+@echo off
+if "%1" == "" goto NoParameter
+set ROS_INSTALL=%1
+goto Install
+:NoParameter
+set ROS_INSTALL=c:\reactos
+:Install
+echo on
+echo Installing to %ROS_INSTALL%
+@echo off
+
+md %ROS_INSTALL%
+md %ROS_INSTALL%\bin
+md %ROS_INSTALL%\symbols
+md %ROS_INSTALL%\system32
+
+copy apps\baresh\baresh.exe %ROS_INSTALL%\bin
+copy apps\posixw32\posixw32.exe %ROS_INSTALL%\bin
+copy server\psxss.exe %ROS_INSTALL%\system32
+copy lib\psxdll\psxdll.dll %ROS_INSTALL%\system32
+copy lib\psxdll\psxdll.map %ROS_INSTALL%\symbols
+copy lib\psxx\psxx.dll %ROS_INSTALL%\system32
+copy lib\psxx\psxx.map %ROS_INSTALL%\symbols
+