Summary: Thanks again M2...! I figured out my problem by creating a separate FOR loop for each value I wanted to extract. e.g., From config.txt..... URL=http:...
Summary: Hi, I read your post a few days ago and thought I would give it time to arrive at some type of answer........lol! The above........check garbo is supe...
Summary: How can i read rows of a file from my batch file?. This: for %d in (%@line[file.dat,row])do ... don't works in windows95. sorry my ignorance. thanks!...
Summary: Does anyone know how to write a batch file to send an email using Blat.exe? I can send no problem from an msdos window, using the syntax: blat [filepa...
Summary: As basic as this should be, I don't know the maximum line length permissible in a batch file. On a command line I know its 127 characters, and I know ...
Summary: What do you mean amend? I know where the win.ini is and how to edit it, but could you explain what you mean? How can I make a batch file do it autom...
Summary: I've never seen a batch file that didn't close when it was finished running, unless you have some type of halt, pause or loop command in it. ...
Summary: guys, can u please tell me as how to specify a enter (presing enter key) in a batch file.am coding some debug ruotines in a batch file.one of ...
Summary: I am not a big programmer, and I still cannot understand this. Can you please fill in the blanks where you said ---cut here---, ---more script---. I ...
Summary: All you need to do is set the partition as active, i think its just one byte that needs to be set, i had a program once that would do it for me. I kn...
Summary: can anyone tell how to build a batch file that includes the following in the first line: brupdate ----- where ----- is the date, what i really need i...
Summary: Hi guys. Do you know of a way to open an MS application from a batch file? (i.e. without giving direct path to .exe since this varies) Obviously ju...
Summary: I'd like to give a path to a batch file to copy some files in that path. Could you please let me know how can I do that? I've used the following but ...
Summary: Recently, I typed a list of commands and now my instructer wants me to create a batch file using notepad;the commands are COPY, CD, REN, MD, REM, DEL,...
Summary: I have a batch file which copies files from one drive to another at 01:30am in the morning by using task scheduler.is it posible to do this without ta...
Summary: I have an MS Access .mdb file and I would like to be able to rename the database tables automatically. Is there a way to do this in a batch file? Than...