Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: Hello, I'm trying to copy files locally, from one directory to another. Is there a way for me to specify the copy command to copy files by date modifi...
Summary: I'm needing help with a batch file to check the date of files in a particular directory and delete the files older than 90 days. Is there a way to do ...
Summary: You might want to consider using a language that is better suited for this task. My preference would be to use Perl. Perl can do in 1 line of code ev...
Summary: OK guys, back to the drawing board, there are in fact three files that need moving - two of which are output from other in house software that need mo...
Summary: I'm trying to create a batch file that will delete a files by a certain name. The files will all be similar to this. a20081010.txt or a20081011.txt o...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: I would like a batch file that will delete sub-directories and the files contained in them, but it should keep the most recent 10 directories. example...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: Hi, I have been developing a program which will delete a list of registry keys. I use this as a removal tool because the uninstall program on my compa...
Summary: Hi there I'm having trouble accomplishing the below. I would like a batch file that will delete sub directories and the files contained in them, but...
Summary: How can I create a self deleting batch file. i have the batch file and I know you can use the del command but what I want to do is have it self delete...
Summary: Write a batch file to do just one iteration of the task. Then run this batch file every 15 minutes by using the Windows XP Task Scheduler. Alternative...
Summary: I need to delete files from the C:\Company\Temp directory that are older than 120 days. I have to perform this on about 125 PCs. The VBScript keeps bo...
Summary: I realized I should post this new question in a new thread. When I output CNC program files (txt files) with my CAD/CAM program, a script in the CAM ...
Summary: I have a batch file that copies the date and pastes it to a text. the text shows the date as day mm/dd/yy. I need the bat to delete the day that app...
Summary: Hi all! Here is my problem: I'm trying to create a batch file that needs to needs to record the login and logoff times of users. This needs to be reco...
Summary: Hi, I'm working on an online project which involves over 50,000 images all identified by unique numbers. When adding updates, I run a query in my data...
Summary: Hi Everyone, I'm writing a batch file to delete folders older than a certain date and have come across a strange occurrence. When trying to reduce t...
Summary: hello guys ! we have load of metrics reports generated since 6 months , the thing is that the metrics contain .html and .png files in them. now time ...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: I have a batch file that creates a new directory named the current date using the mmddyyyy format. It then copies the contents of a directory to the ...
Summary: sorry, i forgot to mention: Suppose i am compiling a java file and a batch file is associated with the java file and they both execute simultaneously...
Summary: I have a folder with files named like this: 20061211efo_s_web.jpg 20061212psf_s_web.jpg 20061213efs_s_web.jpg I need a batch file that will look at th...