[ros-diffs] [janderwald] 24714: - 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"

janderwald at svn.reactos.org janderwald at svn.reactos.org
Fri Nov 10 14:03:30 CET 2006


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/testboot.bat.sample?rev=24714&view=auto
==============================================================================
--- 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 @@
+ at 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/reactos.dff?rev=24714&r1=24713&r2=24714&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list