Skip navigation.

BatchSkeleton: A Windows cmd batch file skeleton (highlighted)

This page shows the BatchSkeleton.bat script. It is part of the Tip: A Windows cmd batch file skeleton.

Here's how a run looks like when no options have been specified:

promt>BatchSkeleton

The help screen (BatchSkeleton --help):

Usage: BatchSkeleton.bat [options]

Options

--help, -h
       this help page

--set-version={version}
       specify new version as 1.2.3. If left unspecified, the current version is
 retained.

--no-svn-update
       do not update the working copy to the latest subversion revision; reduces
 compilation time.

--version
       report the versions of this script and other scripts used.

--quiet, -q
       suppress reporting filenames and number of files processed.

--verbose, -v
       also report paths of intermediate files and number of files processed.

--log-level={level}
       specify as one of debug, info, warning, error, critical [info].

BatchSkeleton.bat performs the following [describe]

The script.

Page created 19 March 2011