reactos/boot/bootdata/bootcdregtest/testboot.bat.sample
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

29 lines
577 B
Plaintext

@echo off
ECHO
ECHO Installing Programms...
ECHO
REM ECHO
REM ECHO Installing Abiword
REM ECHO
REM START /WAIT abiword.exe
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
REM ECHO
REM ECHO Installing OpenOffice
REM ECHO
REM START /WAIT openoffice.msi /Q
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
ECHO
ECHO Informing Sysreg that we are done
ECHO
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
ECHO
ECHO Shutting down ReactOS
ECHO
START shutdown.exe shutdown