Summary: I am in need of a Visual Basic tutorial or code that lets me edit external text files located in "My Documents". What ideally I am looking for is when...
Summary: I found this code on this forum : It deletes the first 4 lines of a text file, but I only want it to delete the first line... I do not understand this...
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...
Summary: I need a batch script that will remove a set of ip address out of a txt file. these ip address need to be defined in another text file or in the scri...
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: Hi I am trying to edit a text file from a .bat file and can't seem to find a command that can crop the ends of the text string. The other solution wo...
Summary: Hello All! I have a formatted text file that I wish to read with a batch file for further processing. It is formatted like so: o,object1.sql r,report1...
Summary: Hi. I have a text file that has a bunch of stuff that I don't need, but I just need the last line of text. Is there any way to make a batch file that ...
Summary: Hi, I have a text file that has different data types in one line. for example the first line is string string int and I am searching the file for a ce...
Summary: Hello Everyone, Im looking for a bit of help. I am new to the game of setting up webservers. However I have managed to install an Apache webserver on ...
Summary: What would be the best way to read lines from a text file in java? The user gives me a text file which is already in a given format (i know how many l...
Summary: I'm trying to import a text file to MS Access using Fixed-Width text file way ,but i wantto set field widths in (row break ) instead of (column break)...
Summary: Is there anyway to modify one line in the middle of a text file without recreating the entire file using open "file.txt" for output/input/append as #...
Summary: I have a variable value which I want to store in a text file. I want the text file to be located in my web space, so that I can open it up, and see th...
Summary: Hi I have a folder with 6000 text files in it. I need a DOS program to loop through the files and delete the 3rd last line in each file. Can you pleas...
Summary: My suggestion is to look into using file system objects. If these files are basic text files, you can access the various text streams. TextStream Obje...
Summary: I think you lost me a little bit. What exactly would the batch file look like to change line 574 in the above mentioned text file? from MBP+2 61 x2 64...
Summary: Hello again. How can I print to the screen only the third line of a text file in QuickBASIC? My current source code is: DIM bla$(1000) OPEN "C:\Test.t...