June 19, 200620 yr I'm booting WinPE 2.0 from a DVD right now. In the windows/system32 directory, i've added a file called begin.bat. I'm trying to get begin.bat to autorun after the DVD boots and the default winPE shell is loaded. In winpeshl.ini, I've put the following code:[LaunchApps]begin.batSince i'm posting here, this obviously doesn't work. Any suggestions on what i can do?
June 20, 200620 yr Have you tried with cmd /C begin.bat..bat isn't a true executable format. It needs cmd to handle it
June 21, 200620 yr hmmmmmmm, neither of those worked for mePost your begin.bat file.. That may shed some light on it.Also try changing your winpeshl.ini to reflect something simple like cmd.exe or the like to ensure it is not another problem with your build.
June 21, 200620 yr Edit the Startnet.bat file in the winpe image.Add the begin.bat file path into the Startnet.bat.This will execute your begin.bat file
Create an account or sign in to comment