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 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: 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: 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: maybe try using "success"/"fail" as the delimiters? then test for value not null and if not null, increment a counter. something like: set delayed exp...
Summary: Hi, Am tryin to develop a dos based application for displaying time in the taskbar when the window is minimized. The code goes like this. @echo off :t...
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: 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: 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: Thanks! I can add 2 plus 2 now. Can you give some detail on these: _variable %variable %variable% Are they used in another language? Or are they used...
Summary: Modern batch scripting allows this: if not defined missing set missing=data In most cases it's also possible to use: if "%missing%"=="" set missing...
Summary: I'm a complete newb when it comes to batch programming and am struggling to do something that's probably very simple... I have a load of files in a ...
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: 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: @MayhemMehod gawk is just an executable, much like ping.exe , ftp.exe. You can run it inside your batch file as per normal eg @echo off .... gawk '{g...
Summary: Hi, I'm pretty new to batch program, but I've been asked at work to create a batch that renames one file, then renames another file to the name of the...
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've been working on and off on a little project for my work now for a while now and I think I have finished it now. All I'm asking for is a couple of...
Summary: I have a 431 .tif files with matching .tfw files that I need to rename while increasing the image number by 1. Files are named redrock-001.tif and r...