From a4907447eb42ea279bdf4269bcb412c8c519b369 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Thu, 20 Mar 2003 20:56:24 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/; revision=4379 --- reactos/bootcd.bat | 2 +- reactos/install.bat | 2 +- reactos/rosbin.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/bootcd.bat b/reactos/bootcd.bat index 012f35efd1a..e43a82eefb4 100755 --- a/reactos/bootcd.bat +++ b/reactos/bootcd.bat @@ -122,7 +122,7 @@ copy /Y subsys\system\autochk\autochk.exe %BOOTCD_DIR%\disk\install copy /Y subsys\system\gstart\gstart.exe %BOOTCD_DIR%\disk\install copy /Y subsys\system\lsass\lsass.exe %BOOTCD_DIR%\disk\install copy /Y subsys\system\services\services.exe %BOOTCD_DIR%\disk\install -copy /Y subsys\system\shell\shell.exe %BOOTCD_DIR%\disk\install +copy /Y subsys\system\cmd\cmd.exe %BOOTCD_DIR%\disk\install copy /Y subsys\system\winlogon\winlogon.exe %BOOTCD_DIR%\disk\install copy /Y subsys\win32k\win32k.sys %BOOTCD_DIR%\disk\install diff --git a/reactos/install.bat b/reactos/install.bat index 377a7c0a665..44597356d90 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -67,7 +67,7 @@ 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\cmd\cmd.exe %ROS_INSTALL%\system32 copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32 copy subsys\system\services\services.exe %ROS_INSTALL%\system32 copy services\eventlog\eventlog.exe %ROS_INSTALL%\system32 diff --git a/reactos/rosbin.txt b/reactos/rosbin.txt index a847dc162ab..910314b891f 100644 --- a/reactos/rosbin.txt +++ b/reactos/rosbin.txt @@ -62,6 +62,6 @@ subsys\win32k\win32k.sys system32 ; Contents of disk 4 ;.New Disk -apps\system\shell\shell.exe system32 +apps\system\cmd\cmd.exe system32 ; EOF