Search found 1 match
- 17 Jul 2018 09:37
- Forum: DOS Batch Forum
- Topic: Batch Folders
- Replies: 1
- Views: 3626
Batch Folders
Afternoon; I work for an architectural practice I have begun working with Batch Files to create our folder structure for when I new jobs arrives. We have been working with the following; @echo off set /p id="Enter Project Name: " %=% md "%id%" md "%id%"\existing md "%id%"\existing\models md "%id%"\e...