Summary: I did try them. Thank you. Also, I really need a bacth file for this request - purpose (per the title). I created several test scenarios. C:\test\f...
Summary: I have 3000+ folders with unique names, each with several common subfolders within them. What I would like is a batch file that could look in a partic...
Summary: Hi, I require a simple batch file to run on cmd prompt which when run, would do a 'dir' on the current directory/specified directory and rename the fi...
Summary: hi there, im lokking for a batch file for renaming files. the hard thing is i want the extenions for the files from 001 to 002, 003 and so on. i recei...
Summary: I agree with ghostdog, a batch file is far from the best solution. Besides the vbscript approach, a couple other good choices would be either Perl or...
Summary: SWEET! I used your code from sept07 and modified it but I need help debugging it. It renamed 1i "Address" to "Email" but it did not complete the dat...
Summary: I need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.ed...
Summary: Wow, I leave for a few days, and no one posts this? The lot of you are slipping. Slipping, I say! Well, if all you're going for is a warning message, ...
Summary: Hey all, i'm running into a little problem with my batch file. To explain, i am trying to use the rename command (as well as a few other commands) tha...
Summary: I would like to create a batch file to rename all *.cap files to *.mp3 in a certain directory before moving them all to another directory. I will nee...
Summary: Anyone knows how to create a batch file to clean up a folder based on a certain number of days? I want to delete files older than 7 days but I don't k...
Summary: Ello! Am wondering if you guys can help... I've managed pieces of this problems, but not the whole thing... I need to make a batch script that renames...
Summary: hi all I want to create a batch file for rename multiple files , or rename only a part of file name for examples: original: 01-one.txt 02-five.txt ren...
Summary: I'm working on a batch file that creates a directory and then automatically sets folder permissions based on the group membership of the person execut...
Summary: I need the size of folders in kb,mb gb... or just b... dir doesn't list the size of folders, only files. for example: on linux I can type du -h --max-...
Summary: I have never used batch files before. If someone has time, could you please show me how to take a file and rename it with a date stamp at the end, in...
Summary: Newbie here. I am looking for a batch file that will rename the files in a directory to *.log and then move them to a specified directory. Thanks ...
Summary: I need a batch file that renames a bunch of files for me. Basically each file name has 10 characters and a period(.) and then the rest of the name. Th...
Summary: This is an example of a batch file I am using right now. I need it to delete subfolders in the folders. It already deletes everything else, just not...
Summary: Here's a batch file you can use, but first, a few caveats: 1. If there are alternate data streams in any of those files, then the hidden data sizes wo...
Summary: HI, I no next to nothing about scripting so I come here for some help. I am trying to write a simple script that would delete in local group policy a...
Summary: Hello everybody... I have some trouble making batch files... I want to create if possible a batch file that creates folders given by a input file. The...
Summary: I have a batch file which I use to create a mirror backup of "My Documents" on my D drive in a sub folder called "Backup". When the copy is made the ...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....