So I'm trying to set up a template file structure for projects that can be modified in name to suit each project. I have created the example directory containing example folders i.e. "Template project" contains "template hardware" , "template software" etc. , and have a simple batch program that copies the "template project" folder and all contained subfolders, however I would like to change the word 'template' with what ever I choose to call the project. I was wondering if this is possible to do? Ideally I could just edit the batch file with the name of the project and then run it to copy the template and rename it.
Any help is greatly appreciated!
To start learning type
help
at the command prompt. Then anything on that list add/?
for more help.or use xcopy (and use
/l
to have it do a test without copying)See
set /?
,md /?
, andxcopy /?
. Type justset
to see a list of variables.