Summary: I've managed to come up with a solution to my problem, and I'm sharing it with the rest: Basically, I used 2 batch files; the first one, date1.bat set...
Summary: I need to append a fixed text string to the beginning of each line of a text file like this. The first file is a dir list of filenames generated with ...
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'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: I need a batch file to loop through a list of jpgs in a folder, & move them to folders created based on their file names in the following convention: ...
Summary: PROBLEM 1. UNKNOWN SOME EMPLOYEE IS CHANGING THE COMPUTER SYSTEM CLOCK TO MANIPULATE THE TIME STAMPS THEN RUNNING ATOMIC CLOCK TO RESET IT 2. I NEED...
Summary: I have a text file that will be created each morning by a 3rd party vendor. Well, their naming convention is as follows: Report_000.txt, Report_001.t...
Summary: So, you're not doing an actual (incremental, differential, or full) backup, but just simply coping the files to the server. There is no need to compar...
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: 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: 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: Hi i need to know how to create a batch file that, besides recording the pinging of an IP device, adds the TIME of each PING at the end of each line e...
Summary: I'm trying to write a batch file that will create subdirectories prefixed automatically by the date stamp. I need the file to ask for a name for the ...
Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
Summary: Hi Ivo, Sorry because I was not clear.. well the batch file is counting the number of the lines and then depending on this number I'm calling other sc...
Summary: Hi, I currently have a batch file thats creates a new directory with the current date as its name (in the format YYYYMMDD). Is it possible to have ano...
Summary: Hello, I am writing a batch file and I need to loop through a driectory of .tif files and rename each file with a random number appended onto the begi...
Summary: Is it possible to make batch file return prematurely? The reason I ask is becuase I created the following very simple batch file: np.bat @echo off no...
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: How can I use a batch file on XP Pro to check if ANY file in a directory (including any subdirectories) has been modified in the last 24 hours? If so,...
Summary: i need a batch file that checks the attribute date from several xls files. When the date is today it has to open another xls file. When it is not toda...
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: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is...