Summary: Here is an intresting one using a script or bat I would like to copy and rename one dir 3300 times C:\Test\49AC194E-054B-4BDD-BC6F-77F84DB2D5BE1 (49...
Summary: I am working on a networked laptop and when i compile my program into an EXE i want to move it to a network location for testing. BUT i do not want t...
Summary: I need a batch file read a specific file date + time and compare it to my hardcoded date and time. If is a equal, another batch file will run and is n...
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. pl...
Summary: Not tested. For /l %%1 in (1,1,200) do ( copy message.xml message%%1.xml > nul ) Or: For /l %%1 in (1,1,%1) do ( copy message.xml message%%1....
Summary: I am trying to copy a file from the current directory as the batch file to C:\programfiles\mygame. how would I do this? I am what most would call a ne...
Summary: I want to copy a file to system 32 folder of 900 computers in a domain. copying the file needs administrative priviliges. but users of copmuters are n...
Summary: I'm looking for a batch file to copy a specified folder to another directory and rename it to the current date and time. (04.10.2007.11.27PM) or somet...
Summary: Hi All, Someone please help. I am new to Batch scripts. I need to copy a file, rename it with extension and move it to another folder in the same loca...
Summary: Hello everyone, I have been trying to create a Bat file that will copy the same file test.avi from directory F1 to F2 1000 times and rename each time...
Summary: The following batch file copies the current file to a local folder and renames it to the current date and time: ______________________________________...
Summary: Hello everyone, I have been trying to create a Bat that will copy the newest file from directory - G:\BO\Donnette\CCIEdits\Downloads and rename it t...
Summary: Hi, I'm a newbie at batch file and can use some help. I'm trying to create a batch file that would copy the most recent file in a network directory t...
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: Hi all, I'm a flash programmer hoping to write my first batch file to search for and copy a flash shared object file (basically a cookie) into the wor...
Summary: I am trying to automate a process that would create an existing file and renames it with yesterday's date.. existing file is coming as CSHTRN01.txt m...
Summary: I have figured out how to rename a file with the date with the command below: ren test.txt test_%date:~4,2%-%date:~7,2%-%date:~10,4%.txt However I wo...
Summary: I've been searching for several hours and have come up empty handed. I hope someone can help me. I'd greately appretiate it. I need a script (preferab...
Summary: Ok well I have a quick question to tag onto this topic. I have this script for renaming audio files in a folder depending on what track number they ar...
Summary: I want a simple program that will copy a file.txt over and over again until windows free space is full. e.g. copy f.txt and it gets renamed f1.txt, f2...
Summary: thank you for the response, i tried the script and indeeed it does not recurse into source directories so the output is: copy file1 c:\dest\dir1file1...
Summary: How do you make a file smaller in c++ or in c? Apperantly you can write to a file, but you cannot make it smaller. I've seen a crappy technique, wh...
Summary: I want a program that will go out and get the size of a certain file every day and append it to a text file. I'll then have a running record of the ch...