mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
- 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" svn path=/trunk/; revision=24714
This commit is contained in:
parent
065806e5f1
commit
59ec217f00
2 changed files with 13 additions and 0 deletions
12
reactos/boot/bootdata/bootcdregtest/testboot.bat.sample
Normal file
12
reactos/boot/bootdata/bootcdregtest/testboot.bat.sample
Normal file
|
@ -0,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
|
||||||
|
|
|
@ -430,6 +430,7 @@ regtests\winetests\shell32\shell32_winetest.exe 7
|
||||||
regtests\winetests\shlwapi\shlwapi_winetest.exe 7
|
regtests\winetests\shlwapi\shlwapi_winetest.exe 7
|
||||||
regtests\winetests\user32\user32_winetest.exe 7
|
regtests\winetests\user32\user32_winetest.exe 7
|
||||||
regtests\winetests\version\version_winetest.exe 7
|
regtests\winetests\version\version_winetest.exe 7
|
||||||
|
boot\bootdata\bootcdregtest\testboot.bat 7 optional
|
||||||
|
|
||||||
; Modules
|
; Modules
|
||||||
modules\os2\server\os2srv.dll 1 optional
|
modules\os2\server\os2srv.dll 1 optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue