Author: janderwald Date: Fri Nov 10 16:03:30 2006 New Revision: 24714
URL: http://svn.reactos.org/svn/reactos?rev=24714&view=rev Log: - add a sample bootchecking script (running after 3rd boot) - to enable 1. copy testboot.bat.sample to testboot.bat 2. uncomment GuiRunOnce section in unattend.inf 3. add "cmd.exe /C %SystemRoot%\bin\testboot.bat"
Added: trunk/reactos/boot/bootdata/bootcdregtest/testboot.bat.sample Modified: trunk/reactos/boot/bootdata/packages/reactos.dff
Added: trunk/reactos/boot/bootdata/bootcdregtest/testboot.bat.sample URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootcdregtest... ============================================================================== --- trunk/reactos/boot/bootdata/bootcdregtest/testboot.bat.sample (added) +++ trunk/reactos/boot/bootdata/bootcdregtest/testboot.bat.sample Fri Nov 10 16:03:30 2006 @@ -1,0 +1,12 @@ +@echo off +ECHO +ECHO Launching Programms... +ECHO +REM START /WAIT abiword.exe +REM START /WAIT openoffice.msi /Q + +ECHO +ECHO Shutting down ReactOS +ECHO +START shutdown.exe shutdown +
Modified: trunk/reactos/boot/bootdata/packages/reactos.dff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/reac... ============================================================================== --- trunk/reactos/boot/bootdata/packages/reactos.dff (original) +++ trunk/reactos/boot/bootdata/packages/reactos.dff Fri Nov 10 16:03:30 2006 @@ -430,6 +430,7 @@ regtests\winetests\shlwapi\shlwapi_winetest.exe 7 regtests\winetests\user32\user32_winetest.exe 7 regtests\winetests\version\version_winetest.exe 7 +boot\bootdata\bootcdregtest\testboot.bat 7 optional
; Modules modules\os2\server\os2srv.dll 1 optional