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: 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: 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 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: I would like to take the following data from a text file called c:\userexp.txt: =========================================== username1 - Expiration da...
Summary: Trying to create a process for work to make things simple. > /tmp/clients.txt > /tmp/scpcom.txt serverip=`hostname -i | cut -f1-3 -d'.'` findsmb | gr...
Summary: From a batch file how do I parse a text file (say c:\text.txt) that looks like this..... User: LINLXB01 Full Name: LORRAINE K. BUCKWALD User: LIN...
Summary: We would like to extract/parse a text file for a lenght of characters (200). We would then send the data to a user, via email. Can this be done in bat...
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: 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: does any one know what would be the equivalent of the unix tail command to use in vb or any solution to finding the last (say 10) number of lines in a...
Summary: I have a pretty simple question about reading and writing from a text file. I don't even know if I should be attempting this just yet, as I am really ...
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: Alright here's the problem :) I have two programs which share access too a file on my hardrive. One is written in MFC (no problems their) the other ...
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: Hi i need help on this program in vb 6.I have a Next and Back Button on a form , i need to browse though a text file using this buttons.Ive already pu...
Summary: Hi, i need some help. Here's what i'm supposed to do. AND NO, this is a hw assignment. Anyway, I have a text file. In it contains revisions made ...
Summary: I have trying in vain to write a c program to read a text file in a c program to a char pointer. could someone give me an example on how to achieve th...
Summary: Hi, I need to be able to take a text file set up like this # name1 xxxxxx xxxx xxx # name2 yyyy yy yyyyyyyy # etc and create new text files called nam...
Summary: Does anyone know where I can download a plain-text file containing words in the English language. I don't want dictionary software; I want a text fil...
Summary: Hi, I’m looking for a means to quickly and painlessly generate some stand alone .exe files which will process and output a text file, after applyin...
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...
Summary: I have a text file which has more then 10000 lines in it. I want to add a < in the begining of each line and > at the end of each line through a ba...