PE Builder v3 help
Back to Index

Command line options

Pebuilder.exe 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

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 ***


Back to Index

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