From 258b472dd7955695d2540e3822cb13c4b6478c75 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 27 Aug 2002 23:59:17 +0000 Subject: [PATCH] copy gstart.exe to C:\reactos\system32 svn path=/trunk/; revision=3414 --- reactos/install.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/install.bat b/reactos/install.bat index 87ca7769b6f..ec993d37c4d 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -58,6 +58,7 @@ copy drivers\storage\cdrom\cdrom.sys %ROS_INSTALL%\system32\drivers copy drivers\storage\disk\disk.sys %ROS_INSTALL%\system32\drivers copy drivers\storage\class2\class2.sys %ROS_INSTALL%\system32\drivers copy subsys\system\autochk\autochk.exe %ROS_INSTALL%\system32 +copy subsys\system\gstart\gstart.exe %ROS_INSTALL%\system32 copy subsys\system\shell\shell.exe %ROS_INSTALL%\system32 copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32 copy subsys\system\services\services.exe %ROS_INSTALL%\system32