Summary: Hi I need to delete the first 27 lines of a file then write in a line on top; I have the script which do exactly the same but since the file I need to...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: I am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move t...
Summary: Hi all, i am trying to calculate the percenstage of the Success Count , i am not getting the output to the excel file., i am using the following scrip...
Summary: it seems like you could use m2's code, then create the timestamp directory then copy all the files into the newly created timestamp dir. setlocal enab...
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy mult...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: i need mega help i am doing my HND at the moment i hate batch files i need help to make a batch file that will backup all files from a secified locati...
Summary: I just needed a way to identify the duplicate names within the text file. Just a wscript.echo that would pop up identifying each duplicate line. Tha...
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: I want to put a batch file on all of the computers on my network, but I don't want to do it manually. Is there a way to transfer a file to a computer,...
Summary: Hello Experts I am not a script-writer, by any means, so I am in need of some assistance please ! I am looking for a simple DOS batch file that, whe...
Summary: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: I need to split "FLIGHT" records in a TXT file starting after 11th position, and identify next record as "ICAO". Sample input Flight§6805(ZBAA - RJAA...
Summary: Hi again, I need to append FLIGHT\ at the front of all records that have ( in position 23 in a TXT file. Help for a BAT file would be greatly apprecia...
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: Hello! CD (or ChDir) fails in my batch files when used with variables. I want my batch files to use variables to navigate the directory structure rela...
Summary: I have been updating an old batch (2005) that uses various applications from sysinternals. My current problem deals with capturing the default mess...