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: 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: 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: 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: 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: Hi All, I am trying to UNzip some .ZIp file which has a directory structure using PKUNZIP command. And yestaerday I have installed PKZIP on my win ser...
Summary: bscript, might work... you will know what needs to be adapted to your situation. dim fso Path1=".\" Set fso = createobject("Scripting.FileSystemObjec...
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: Creating an Encoder cause I'm bored. I have a problem. I ask for the users input to a variable called %Sentence% But what I'm struggling to do is to c...
Summary: Hi Mora, Assume that we execute the batch file in the folder where u have all the zip files. @echo off @echo Extracting the file.. "C:\Program Files\W...
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: 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: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
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: 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: Sure! Here is the directory where testing is taking place. C:\JRN\2009_2_Fall\COMP-2192-DWH\Assignment_Solutions\ETL It has 2 sub-directories (so far)...
Summary: i have this batch file. ================== SETLOCAL ENABLEDELAYEDEXPANSION set /a count=0 set /a total=0 for /f "eol= tokens=2" %%G in (test.txt) do (...
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,...