Summary: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...
Summary: Robocopy http://ss64.com/nt/robocopy.html You have to download the XP or Server Resource kit to get it but it is free. http://www.microsoft.com/downlo...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: So here is what I'm thinking, first would you be opposed to using VBScript? (If you can run a batch, you can run a VBSCript) Then I'm wondering if yo...
Summary: What I need to do is search one ROOT DIR (FTP) and find all files listed in any DIR with a filter for MODIFIED DATE > 9/1/2008. I thought to use a bat...
Summary: Ok, I don't intend to be mean but try this: disregard everything you know about the circumstances of the problem, read your post and consider the info...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: I want to create vars from txtfile with multiple lines.. txtfile (directories.txt) looks like.. C:\test\00010010 C:\test\00010020 C:\test\00010030 (di...
Summary: Hi once more, I have a TXT file that has groups of records that look like this: Flight\6807 ICAO\(VHHH - CYVR) Departure\8:00 Arrival\23:55 Equipment...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
Summary: Hi , i am having this problem of extracting data out from txt file being seperated by ¨;¨. Example: How is your day?;Fine Where are you now?;At you...
Summary: I see that you are trying to do this with a batch file which is cool, you could use a for loop and modify what is above so that it runs through and do...
Summary: Hi all, I have a HTML file, i want to find the string count "Failed" and "Success" and write the output in the csv file with the column1 as current da...
Summary: Hi there! I would like to post a question here about batch file and "if else if" support. I have googled and found people suggest using "nested if" ...
Summary: I'm trying to run a batch file on downloaded csv files from an electricity supplier. When I run the batch on the csv files nothing happens and the onl...
Summary: My bad. I start with 3 SELT*.EXT files, create times are 10a, 12p and 2p. At the end of the batch run, I only get one copy of the 10a file and its ...
Summary: Hello again, I have another misery here how to solve via batch file command. I have this text file that contains with space tab delimiters i.e. Apple&...
Summary: I was trying to see if there is a method to count the number of files in a zip archive with out extracting it. I had a look at winzip's command line i...
Summary: VBScript reads in file1, then scans file2 for the same line. If it encounters it, the duplicate line is written to output. Const file1 = "text1.txt" C...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
Summary: Wow, thank you so much!! That does exactly what I wanted. And it probably would have taken me the rest of the day (and then-some) to figure that out...
Summary: I have fixed problem with records that contain "flight" elsewhere in the line by using "findstr /b", but I can't replicate the missing delimiter.... T...