Summary: Hi Reno! It's working great now!!!! Thank you Thank you Thank you!!! I think this qualifies as one of the best discussions of all time and in the m...
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directo...
Summary: SUppose I have a text file with contents as : 1)000000fd9ac1873d-0000-0509-94050a25 2)000000fd57acc331-0000-0ed6-94050a25 3)00000102ac2a457b-0000-045d...
Summary: I am trying to create a batch file that will look in a directory, gather all of the subdirectories that contain 'DATA' in the directory name, and then...
Summary: Hi guys Can you please tell me what script to write in a batch file so that it adds column names to a .csv file. So for example I have a file now that...
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...
Summary: Hi, I need a batch file to list the directory name satisfying the following condition: -Display directory names which are greater than or equ...
Summary: I have a few hundred files, each with a different name (e.g. 012345.htm, 987654.htm, etc...). Each file has to have the file name in it. Is there a ba...
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
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 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: I am trying to use the hostname as a conditional in a batch file. I would like to use the alias (not %COMPUTERNAME% mind you) I added to the hosts fi...
Summary: ================================================= Wolfpeach, The problem you are having may have to do with your current file associations in Windows...
Summary: I need to create a batch file that will compare files and folders on a server to their counter parts on a workstation and delete anything older than a...
Summary: So I figured out how to add a menu when someone right clicks on a .mov or .avi and then they can click and it runs a batch file. That works great but...
Summary: Calculating past/future dates and differences between them is not an easy task for a batch file. If you're interested, here's a Perl script that would...
Summary: I am currently pulling a filename xxxyyy.jpg from a remote site over tcp/ip that is updated every 4 -5 hours with new data but the same name. I can ...
Summary: Great thanks to IVO and Mechanix2Go who have recently helped me with some batch files! I have been tasked with getting some "stuff" done and I can use...
Summary: How would I go about writing a batch file to copy all the file names in a folder...just the file names not the files and then rename them to something...
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: I'm having one major pain with this batch File. Here's the code: @echo off set CurrentPath="C:\current\" set BackUps="C:\BackUps\" CD %BackUps% for /f...
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: I need to have a batch file that replaces all '.' except for '.csv' in file name to '_' for all files in a folder. Any help would be greatly appreciat...
Summary: Hi, having abit of trouble with making a batch file. All I want to happen is for a prompt to come up asking for the pc name, I hit return and then it ...
Summary: Hi, So far I have a batch file that creates a set of nested folders within a specified folder. So far so good. Then I want to create a file by using i...