Summary: Hi, Im having an issue with a macro i have written, i am now updating this marcro but am having a hard time trying to find a solution to this problem....
Summary: Hey Guys, I have 5 different batch files .. Is there easy way to make small GUI menu to execute them ? 5 Buttons or something like this ? Thank You ...
Summary: Hi Guys thanks for the extra ideas :-) I am pretty happy with the currenty code that we nutted out here, I was able to catch all the bug and errors, (...
Summary: Close, it splits the FLIGHT record and adds in the new ICAO record as requested, but it also adds a phantom ICAO record further down. I'm going to try...
Summary: setlocal enabledelayedexpansion set /a Atarg=2 set /a Btarg=4 set mid1=My friends name is set mid2= and id is set /a N=0 for /f "tokens=1 delims=" ...
Summary: klint: It seems that in a script if you type %f the interpreter will attempt to expand a variable beginning with f and then get confused when it doesn...
Summary: I'm trying to write some VBA code to insert a new row (at the third row), then insert an incrementing quarter [1Q 2009, 2Q 2009, etc.] into cell C3, i...
Summary: tokens= tells it which column set S=!S:~0,-5! drops the last 5 chars ===================================== Helping others achieve escape felicity M2...
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: Thank you very much btk1w1 for both testing and your private message! You have checked two of the big boxes: Win 7 and x64! The "docs" is really only...
Summary: I have most of my batch file down..but I want to add a few more things and I have a few questions. Is it possible when cmd makes a text file t...
Summary: Yes, plenty of folders, and files with dates later than what are on the D: drive. I have several other lines of code that are looking at other folders...
Summary: No worries Klint! Typical, isn't it, yet another arbitrary lack of orthogonality. I think this is the "fun factor" of batch scripts. As far as text pa...
Summary: You have to do it at the Command Prompt. Strat -> Run -> Type CMD. Once in the command prompt navigate to the directory your file is stored in. type...
Summary: I am interested in extracting the data from a charting utility which is part of an online program (MarketMaker, a financial trading platform). The rel...
Summary: I would like to create a DOS bat, that will go through my computer, and clear out all temp files/cookies/history/recent/etc, as well as prefetch files...
Summary: I'm building a program which will contain a short movie. I've built a simple media player that can read files by path (by a great article I've found)....
Summary: It could easily be done with a plugin, but why bother? A change in the environment doesn't propagate up though the system, only down to any child proc...