Summary: Hello everyone, im trying to make a batch file, which could check the size of 3 folders and move files from them under these conditions: a) there are ...
Summary: Please anyone can help me, i just a new learner in the world of batch files, my q is: i want a patch to copy or move my files based on the file extens...
Summary: Thanks Mechanix2Go I should describ it more clearly: I want to delete any files older than certain date include some daily log files. ok I want to kno...
Summary: Is it possible to move a file based on content. I have a directory that each day is filled up with a few hundred XML files. I would like to move the f...
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 need to create a "simple" batch file that will not only rename a specified file to the date it was renamed (example: batch.log to batch-080508.log) ...
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: I was wondering if anyone knows a way to write a batch file that copies files based on a date specified NOT including the files newer than the specifi...
Summary: Hi I would like to create a batch script which should pickup files from a share and then distribute them to different folders based on the filename. F...
Summary: I am curious to find out how this can be done with a batch (.bat) file on Vista. I need to be able to copy two folder files into numerous folders all ...
Summary: Hi, Thanks for the quick turnaround and this works GREAT! As I needed to copy some files as well based on the same criteria (name/size) I have modifie...
Summary: Hi. I'd like to batch delete files in a selected directory(incl. subdirectories too) based on .txt on ftp. In a local site, I can do it by making .ba...
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'm looking for something like this. I want my batch to copy a directory and all its contents to another directory that the batch creates based on dat...
Summary: I copied a few folders from the server so I could test this on my own computer. At first the find command wasn't pulling out all the needed files for ...
Summary: I need had rename files with the date and then move them to a particular foder. I have done the renaming and moving thing successfully but now i also...
Summary: I have a batch file that I am using to format a USB Key and then make it bootable to Window PE. We are using XP and it does not expose NTFS as an opti...
Summary: I have a folder with xml files and in the xml files i find a specific word. Based on this word, a new folder is created. This works fine. Now i have t...
Summary: I would like to make a batch file, which I think would be easiest, to create a text file named userinput.cfg. In userinput.cfg, I want it to create ...
Summary: Hi Mora, Assume that we execute the batch file in the folder where u have all the zip files. @echo off @echo Extracting the file.. "C:\Program Files\W...
Summary: Hi friends, I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remo...
Summary: I have a folder [folder_a] that contains various other folders (different levels)and different folder names, each contains a single image with same na...
Summary: I am looking to create a batch file that reports the size of an outlook .pst file. I desire to have a wild card that will look in the logged in user's...
Summary: I have tried pretty much every free batch file compiler and there is always something that doesnt work on it that I need. I have a call file and i ha...