Summary: just add the line: getch(); at the end of your program before the closing bracket of main. it will hold the screen until you enter a character(after t...
Summary: What is the language of coding given? What software to run it? It is the first time i use dos. It's an xp batch file. Just a simple text file with eit...
Summary: No apology needed, you were clear it was untested. I'm a mainframe programmer by trade and have done PC programming since BASIC on the Apple II, I jus...
Summary: I am trying to write a small messaging program to use across my network. I can send a message to a computer, but I was wondering if there was a way to...
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: When you say you have "problems opening the file" what do you mean by "problems"? You probably haven't got the .jar file type association on Windows 7...
Summary: Microsoft do a Free download of Visual Studio Express. It is restricted as to what it can do but it is a good learning tool for the novice. You can ...
Summary: I know I'm weighing into this late, but I think both Klint and Razor have very valid points. There is a very good reason not to use delayed expansion ...
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 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: Program A has a longchar buffer that needs to be streamed to Program B. Program B is expecting the stream via stdin then will output some info to cons...
Summary: @OP, commands like more, type opens files internally and "closes" them as they finished reading them. If you want to reread them, execute the commands...
Summary: I agree with ghostdog's advice as I feel you are going on a rough lane that leads to nowhere. Batch scripts are not suited to replace facilities bett...
Summary: interesting work around Mechanix2Go. thanks for your time and patience with me. two things though... 1. i still had to use tokens=2 i'm sure i desc...
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: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: Hi I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly - x and y) in to C or C++ Do you act...
Summary: I have no ideal on how to complete this palindromes checker program, please help me fill out the blank spots, thanks. I tried to fill out some already...
Summary: i am looking for help to make a batch that can open URL similar to that used on this website: http://www.urlopener.com/ you could paste URL's sequenti...
Summary: The board game scrabble works by assigning points to wooden tiles arranged in cells on a board. It's described here:http://en.wikipedia.org/wiki/Scrab...
Summary: I run a small batch file for when I shutdown my XP, that copies info from a folder on my C: drive, to a mirror image D: drive. Unfortunately it h...
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 all, I was batch-renaming my files to replace all instances of "%20" with " ". This makes files like this: TR%2010%20Construction%20Report.pdf l...