Summary: I have a device that outputs a 5 digit number to the serial port, waits 5 seconds and sends a cr/lf to the serial port. I want to take that number, c...
Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: i created a batch file and i'm invoking three programs in it one by one. but when i click on batch file all three programs are running simultaneously....
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am...
Summary: Recently we changed the names of our computers. Doing this made net send harder. I am trying to write a batch file that can be run from the Start->Run...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
Summary: I want to comunicate from my computer to a multimeter, using the serial port COM1, and using the visual Basic 6.0 programing language. I am using the ...
Summary: wizard-fred That's an interesting idea about a utility that tests whether or not a CD is in the drive. If I know there is a CD in the drive, then I'm...
Summary: Well I just tested my FC idea and I don't think it's going to work because of the first line and the directory line of the dir command output. One is ...
Summary: You have a good point. There are even Trojans that combine html and .exe files to implant just by visiting a site. No conscious download required. ...
Summary: Oh, I've just looked at an MS-DOS 6 Command Reference and found the command I was thinking of. It wasn't called UPDATE, it was called REPLACE. Now tha...
Summary: I have a text file that will have 2 entries per line. They are servername and a IP address. I would like to create a batch file that would parse each ...
Summary: I am trying to do the following: 1. Create a batch file that will ping hosts on the network. 2. If the host is up enumerate the NETBIOS name table usi...
Summary: LordRegent, Thanks for the reply. I tried your suggestion and it only shows "backup Complete" but not time or date. I am using Win98 if that makes a...
Summary: I am new to batch files and programing in general, but I would try dir /b "c:documents and settings\" >c:\1.txt FOR /F ["delims="] %%K IN (c:\1.txt) D...
Summary: Hi, this is my first batch file and works ok but during execution its promt " bad file name or program ". Because I have no clue of what I'm doing I n...
Summary: I have modified my code a little bit - I decided to start out, I wanted to just say hey, this is my name, and this is a sample batch file. Then I want...
Summary: Hey. I have this animated film of star wars lV in command promt, so how can i attach it to a batch file and put it onto my friends My Videos by just r...
Summary: I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: Is it a question of program execution order? I mean, is this all happening in startup correctly at all or not? Try making a backup copy of the regis...
Summary: Hi Pretty new to batch files, and brand new to this forum... hoping someone can help me. I need a batch file that will move all files in one directory...
Summary: Hi Mechanix Thanks for the compliment. Youre right about danger in not doing things they do'nt really understand, but I should hope that others may ...
Summary: Hi, Thanks for your reply. But I think I'm going to let that batch file leave it where it is. Normally it should be in the TEMP folder, and most users...
Summary: I am trying to create a batch file that will populate an email message with my ipconfig information and automatically send it using a preaddressed ema...
Summary: I am just begining to learn about batch files and am starting out very easy. Is there any way to run a check on a batch file to show where you went wr...