Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to print part of a large file?
Name: William Schopflin Date: December 30, 2002 at 12:44:44 Pacific OS: DOS 3.31 CPU/Ram: 640K
Comment:
I have a large output file, 115 pages. The first 65 pages were printed before my computer lost power. Is there anyway to print the last 50 pages with printing the whole file. Computer is an old Compaq 286 and the printer is a Panasonic KX-P4410.
Name: astroraptor Date: December 30, 2002 at 12:50:31 Pacific
Reply:
Cut the first 65 pages out, save the file under another name and print the new file.
0
Response Number 2
Name: DickM Date: December 31, 2002 at 16:59:39 Pacific
Reply:
It sounds like an idiotic question, but you never know. I assume you have a word processor that works in Dos. As has already been said, when you print just tell the printer to print pages 175 to 225 or whatever. If there is no word processor installed, you can't specify pages but you can print directly from Dos. As I recall, you can print from the edit command (type edit at the dos prompt and hit return) but it will print the whole file really wide in all text format. Secondhand word processors may not open the file's format.
Summary: Can anybody tell me how to change part of a File by running a .BAT file E.g. I have a .TFR file containing the line SYSTEM XXXXXX I need to run a .BAT file to change XXXXXX to the value of a varia...
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 (Service Control, I suppose.) XP is loaded with i...
Summary: Hi.... I need some help with a batch to extract only part of a text string in a file..eg: Myfile.txt has lines consisting of "this is a text line" I need to know how to remove "this" and output "is a ...