Summary: I'm trying to write a vbscript that will parse a text file line by line. if the contents of each line matches the filename of an actual file in anothe...
Summary: I need some help making a batch file than can parse a text file containing data on each line. At the same time, it needs to discard any "non-English" ...
Summary: I have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
Summary: I was wondering if someone would help me. I would like to add the line numbers to a text file using a .bat! it is not possible to do this with gawk. I...
Summary: I'm wanting to have my program write data to a text file, and then have the ability to read back from it... so far I can get it to write to the file.....
Summary: I'm trying to write a VB script for an HTA to go with a batch file that has already been written. The batch file currently prompts the user for sever...
Summary: I have a bat file that asks for user id and password then executes FTP reading the values in a text file. How do you pass the id and password variabl...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: hello all, i just recently got started programming in C++ using tutorials on the web and i'm learning how to read and wright to text files however i a...
Summary: Hi, SysInternal (http://www.sysinternals.com)'s PSList utility is able to show processes and application information using the command PSLIST \\COMPUT...
Summary: I was wondering if someone would help me. I would like to add the line numbers to a text file using a .bat Such as: hello hello hello Run the .bat and...
Summary: How do I parse a text file for MUlTIPLE words? I run a utility that outputs the results to a text file. However, due to the nature of how the utility...
Summary: Hi Razor_2.3, Thanks for your reply, however i dnot actually want ALL the text in the file, just certain parts, i have come up with a solution which i...
Summary: Is there a standalone .exe that can parse a certain text file with another file. Like I have 4 files, Good.txt Results.txt standalone.exe batchfile.ba...
Summary: Ola Jimenez, I'm back at the end of a busy day to answer your questions and give you the script to do your job. First of all here the correct version ...
Summary: Many thanks ... you're my hero ;) I've made a few changes and maybe this way this great script by Mechanix2Go can help more people than only me... thi...
Summary: I have this text file that is one long string with no carriage return. What I want to do is a line break or carriage return whenever it finds the ...
Summary: PROBLEM 1. UNKNOWN SOME EMPLOYEE IS CHANGING THE COMPUTER SYSTEM CLOCK TO MANIPULATE THE TIME STAMPS THEN RUNNING ATOMIC CLOCK TO RESET IT 2. I NEED...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: To further sum up, The #1 is indeed the id number used for a specific file, for example if you were using more than one: open "c:\test1.txt" for appen...
Summary: Hi, I am having a problem with a text file that I am trying to import into Access. The file is on a CD from one of our vendors that we load into a ma...
Summary: use fgets() function instead of fread(). fread() treats the file as a bynary one, while fgets() treats it as a text file and reads it line by line. ...
Summary: Sorry for the double post, I had missed the programming forum and put this under Windows 2000. I have written a series of batch files which automate a...
Summary: I want a program that will go out and get the size of a certain file every day and append it to a text file. I'll then have a running record of the ch...
Summary: Hello, I have about 100 text files. They are full of extra stuff that needs to be cleaned up. The stuff is one or more blank lines, trailing spaces, c...