Text file name:
folders.txt : Content
folder_a folder_b folder_c
CreateFolders.bat
FOR /F "tokens=1 delims=" %%i IN (folders.txt) DO ( md %%1 ) pause
CreateFolders.bat will read file folders.txt and create folder_a,folder_b and folder_c for you.
Text file name:
folders.txt : Content
folder_a folder_b folder_c
CreateFolders.bat
FOR /F "tokens=1 delims=" %%i IN (folders.txt) DO ( md %%1 ) pause
CreateFolders.bat will read file folders.txt and create folder_a,folder_b and folder_c for you.
This entry was posted on Sunday, September 27th, 2009 and is filed under Windows Infrastructure. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | ||
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Comments