Summary: Hello... I am trying to find a way to format a text file so that its' data is in columns. For example, given this data: Finance 10jan2009 5000 HR 10ja...
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 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: 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 am trying to delete blank lines from a text file when executing my batch file. I used the code found on this site @Echo off For /F "tokens=1 deli...
Summary: Here's what I want to do: * I want to store 3 fields(Item#,Item Name,Unit Price) in a text file. The details should be read into three parallel array...
Summary: I am working on a batch program, the part I am needing assistance on is making it edit multiple lines of text in a text file. Basically the text file...
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 don't know the assembler API for Windows systems, but I can assure you have no need to set up an interrupt driven code to accomplish a so easy task....
Summary: Hi, I have a text file that has hundreds of lines of text. I need to read all the lines in the text file and then switch the 2 lines around. So i hav...
Summary: Hi, I am newbie to python and using python to find a string in a text file which looks like this processA=logfileA processB=logfileB What I want is to...
Summary: I have a text file that is in columns. I want to extract all the data from one of the columns and write it to another text file. A sample would be ...
Summary: I have a text file containing 10000 lines. I have a table which shows which lines need to be copied to which file. the text length is approx 600 chara...
Summary: I have a text file with line numbers length of 6 at the beginning of each lines, for example: 000001:abc 000002:def 000003:ghi ... 001000:xyz I just w...
Summary: Hi, I need make a batch file that would search for the line "(0 rows affected)" from a text file, if this line is found it should exit the script, els...
Summary: Hi Everyone, I have a text file that contains values such as the following: 82000491675,10511,0,1.9,,7 82184045954,10206,44.99,2.2,,7 80686002123,...
Summary: Hi! I would like to use a batch file to delete the last line of a text file and send the rest of the file to a new text file. I have duplicates rows i...
Summary: I have a Text file with about 150 lines and need to create a seperate directory using the MKDIR command for each line in the text file. I am not very ...
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: Very simple: I'm trying to extract particular lines from a small text file. Ideally using the Windows command line to take lines 1 and 10 from one tex...