Visual Studio solution creator
This batch script creates a sample Visual Studio solution. It creates the SLN file plus 3 folders (src, tests and docs).
It requires two parameters, base folder and project name.
Example:
create-vs-solution.bat c:\projects myproject