PE Builder v3 help
Table of contents

Command line options

PE Builder accepts the following command line arguments:
-autoAutomatically start building
-exitAutomatically exit program after building. When there are errors during building pebuilder does not exit!
-overwriteAutomatically overwrite target folder (does not ask for confirmation)
-verboseSet verbose mode on, pebuilder will talk more
-skipregistrySkip building the registry files
-skipfilesSkip building the files, handy when you are testing changes that only reflect registry
-buildisoBuild the ISO image, simply rebuild the ISO image from the output path (also burns CD/DVD when required)

PE Builder returns the number of errors while building as the errorlevel.

If you want to automate building BartPE you can use the following example:
pebuilder.exe -auto -overwrite -exit
if errorlevel 1 echo *** Something was wrong ***


Table of contents

PE Builder Copyright (c) 2002-2006 Bart Lagerweij. All rights reserved.