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: 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: I have created but not complete a vbscript that can move the oldest file by last modified date(not current date). The code is the following: Dim totFi...
Summary: Hi All I have a file that is created each day and always dumps as "Output", renamed as follows: @echo off for /f "tokens=1-4 delims=/ " %%d in ("%date...
Summary: Amy, The date the batch processor enters into your name string is the current system date. You need to hard-code another batch file to move/copy the e...
Summary: Hi, I don't know much about VB scripting but it seems to be one of solutions for my problem. I have found one script and tried to modify it for my nee...
Summary: Hey guys, I'm trying to put a batch together in DOS to copy files generated by an app today only and put them in a "today" folder. I've already writt...
Summary: Hi, I need a batch script to copy the today modified sub-folders of a folder to a new folder. Ex: Folder "f:/test1" is having total 5 sub-folders and...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: You should use the write tool for the job. Even though it can be done with a batch file, it would be better/easier to use a 3rd party utility designe...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
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: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by ol...
Summary: I am a programmer and I want the system to compress each folder in a certain directory into it's own archive. If checking the date modified is too com...
Summary: Hi, I have a simple script that copies a file to each computer contained in txt file. I'm using the For /f to read the computer names, then I ping the...
Summary: I need to create a batch file that scans a directory such as c:\temp for files for each month and moves them acording to that month to a folder labled...
Summary: dear, i am making a program in tpw 1.5 inside my program i need to copy files in the hard from one place to another i checked help and found the CO...
Summary: hi, thanks at advance,do anyone know a coding that inform of copying files to own computer when installing application? regards hamid reza ...
Summary: :) Hi M2Go! I've tried batch with folders D:\Music\test1 and D:\Music\test2 but batch doesn't copy files. Now my batch looks like this: ::== movebigr...
Summary: Hello All, I am trying to create a Bat file that would go ahead and start capture of text in hyperterminal and automatically name the file by date. ...
Summary: I have a text file of workstations that I want to copy files to. I'm trying to make a batch that will read the machine names from the text file, map a...