Project DescriptionSimple console app to generate files for use as Perforce Specification Forms. Allows scripts and automated processes to use the P4 command without any user intervention.
BackgroundScripting against Perforce in Windows is difficult as most commands require user input via Specification Forms. This tool allows you to generate Spec Forms on the fly, so you can create them from variables in a script.
See:
Scripting Branch Creation in PerforceContentsSource code; sample files to demonstrate creation of different types of Spec Form; sample script to automate creation of a branch from a codeline.
Future WorkCould be extended to work as an MSBuild task, but for the prupose of creating branches, the console app is sufficient.