Summary: Hi, I am having trouble creating a batch file to break down a text file into several smaller text files. I have a text file that consists: %MPFxxx abc...
Summary: I have a text file that contains a string like this: C00000000940000000001SWT18A1101000 What I need to do is from within a batch file, read in the co...
Summary: Only if you allow the batch scripts to create a small program that is then called and it edits the text file into a batch file, according to some fixe...
Summary: To get thew first line of a text file into a variable under DOS 6.22 see FAQ #25 at www.batchfiles.co.nr but pay attention the script requires to run ...
Summary: I have a directory with 10 *.xml files. I need to read all the files into a string. This should be the output: a.xml, b.xml, c.xml This is what I have...
Summary: Well folks, I received a reply from my co-worker regarding this subject. I was thrilled by the extrodinary amount of knowledge that he displayed, but ...
Summary: Is it possible to open and read a data file from a batch file? I am working on a make batch file and it would be very nice if I could open and process...
Summary: I'm glad you brought that up. I'm not a wiz at "real" batches, but there's are always more than one way to do something. You could use the Sc command...
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: I have a batch file which copies the info in ipconfig to a text file then ftp's this text file to some webspace so i can use for SSI. anyway, the poin...
Summary: I'd like to know how to read in from a file, txt or otherwise, to a variable. I'm trying to read a list of computers from a text file one at a time i...
Summary: Could someone help me with a problem I am having. The situation that I am in is this: I have a folder sitting on a mapped network drive that contains...
Summary: Hey, by the way, that source is for a batch script. Cut and paste it into a text file and name it with a .BAT extention, and then you can run execute ...
Summary: Greetings, I'm trying to write a text batch file for NT that tracks user logins by creating a file called %username% evertime a user logs in. I then r...
Summary: Wow I didnt mean to get people angry... I tried what you recommended and it worked 100% (regarding writing to the file) The reason I want the batch fi...
Summary: Does anyone know of a method to copy files from a list stored in a text file? It could be a Command Prompt like: c:\ copy < source_files.txt c:\destin...
Summary: I am creating a batch file which successfully writes a variable into a text file. The file is called, "Count.ini", and it only contains one entry, "C...
Summary: Hi everyone! I hope you can help me wif the folowing problem. I have a batch scipt that looks as follows: test.exe %1 wait test.exe %2 wait etc. The %...
Summary: Please help, I'm a newbie. I need to create a batch file to locate and determine if a text file is 0 bytes. If you could please reply with code and an...
Summary: You can redirect the output of the dir command to a text file. Something like dir /on /b > filename.txt I don't know if that's what you're looking fo...
Summary: I need a script to handle moving files into a hierarchical folders structure based on the first 3 letters of the file name. For example, the file hem...