johnsteve12, on Wednesday May 21, 2008 12:23:28 PMConfiguration: Windows XP Internet Explorer 6.0
Hello
try this @echo off md c:\x\01 md c:\x\02 md c:\x\03 md c:\x\04 cls exit offcourse you have to replace the x with whatever you want the folders to me named if you have any questions send me a message. |
I have to create thousands of folders all with different names about 7 thousand to be exact. Also with a specific file in them can you assist? |
Here is the BAT file to run to create your 7000+ folders:
@echo off REM This batch file creates multiple folders 1-10 in increments of one. cls FOR /L %%G IN (1,1,10) DO ( <nul (set/p z=%%G) md c:\x\%%G ) cls exit
|
Hi,
I'm wanting to make a script that creates: [username]\[user homedrive] [username\[user profile] on a server called 'SRV321' I'm basically backing up many user accounts, so instead of creating the file all the time, i want to setup up a script that will ask me the [username] in either command prompt or in a message box. i have had a look around the net and i can only find hardcoded location examples. Can anyone please shed some light on the issue please. . Thanks |
| 26/02 15h05 | How to make a video clip ? | Video |
| 26/02 17h18 | Backup Outlook 2003 data | Software |
| 16/03 16h37 | [Viruses] Preliminary method of disinfection | Viruses |
| 13/05 23h27 | Formatting articles of the knowledge base | FAQ |
| 18/05 00h56 | To insert an image in the FAQ | FAQ |
| 18/04 20h07 | Batch to delete folders | 1 |
| 06/03 13h52 | Creating multiple subfolders | 1 |
| 11/05 16h06 | Local Users Group-Creating Folders | 1 |
| 02/05 13h45 | Batch File To delete folders | 9 |
![]() | IZArc - IZArc is the ultimate freeware archive utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN,... | Category: Compression/Decompression License: Freeware/gratuit |
![]() | PDF Creator - PDFCreator is a free tool to create PDF files from any program that is able to print. | Category: PDF License: Open Source |
![]() | MediaCoder - MediaCoder is a free universal batch media transcoder, which nicely integrates most popular audio/video codecs and tools... | Category: Video editing License: Open Source |
![]() | Disk Defrag - Fragmentation is caused by creating and deleting files and folders, installing new software, and downloading files from the... | Category: Optimization License: Freeware/gratuit |