|
Next: unused icons
|
| Author |
Message |
External

Since: Aug 21, 2008 Posts: 3
|
(Msg. 1) Posted: Thu Aug 21, 2008 1:07 pm
Post subject: How do I print an ASCII file? Archived from groups: microsoft>public>windowsxp>basics (more info?)
|
|
|
This would seem to be one of the most basic file operations but I
cannot
figure out how to do it!
After selecting an ASCII file I go to the FILE menu, only to find that
there is no print option.
How do I print an ASCII file that is saved to my hard drive?
--
FF |
|
| Back to top |
|
 |  |
External

Since: Aug 21, 2008 Posts: 3
|
(Msg. 2) Posted: Thu Aug 21, 2008 3:28 pm
Post subject: Re: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Aug 21, 4:44 pm, Big_Al <Bi....TakeThisOut@md.com> wrote:
> Fred the Red Shirt wrote:
>
> > This would seem to be one of the most basic file operations but I
> > cannot
> > figure out how to do it!
>
> > After selecting an ASCII file I go to the FILE menu, only to find that
> > there is no print option.
>
> > How do I print an ASCII file that is saved to my hard drive?
>
> > --
>
> > FF
>
> You could load it in notepad and then print. Wordpad also loads ascii
> files. That is if you mean like log files etc. Text files?
That tends to wrap the lines which really makes it hard to
read source code and is especially bad if it is a fixed-format
data file.
--
FF |
|
| Back to top |
|
 |  |
External

Since: Aug 21, 2008 Posts: 3
|
(Msg. 3) Posted: Thu Aug 21, 2008 3:31 pm
Post subject: Re: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Aug 21, 5:57 pm, "Don Phillipson" <e... DeleteThis @SPAMBLOCK.ncf.ca> wrote:
> "Fred the Red Shirt" <fredfigh... DeleteThis @spamcop.net> wrote in messagenews:dda72f56-d026-4174-a252-d7c428145663@i76g2000hsf.googlegroups.com...
>
> > This would seem to be one of the most basic file operations but I
> > cannot figure out how to do it!
>
> ASCII is the old DOS-standard alphanumeric code,
> viz. unformatted. Any word processor (and some
> other apps) will print it, but you may need beforehand
> to load the file and adjust line lengths. (ASCII has
> several nonalphabetic characters e.g. CR and LF,
> but you do not know beforehand where they are in the file.)
>
Source code and fixed-format data files.
I'm accessing a remote Unix box from my PC via secure
shell so the local printer is miles away.
I'm also having trouble finding a fixed-width font in WordPad
that isn't terribly hard on the eyes.
Is there no longer a command that will print an ASCII file
from the command prompt?
Thanks.
--
FF |
|
| Back to top |
|
 |  |
External

Since: May 02, 2008 Posts: 7
|
(Msg. 4) Posted: Thu Aug 21, 2008 5:57 pm
Post subject: Re: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Fred the Red Shirt" <fredfighter.DeleteThis@spamcop.net> wrote in message
news:dda72f56-d026-4174-a252-d7c428145663@i76g2000hsf.googlegroups.com...
> This would seem to be one of the most basic file operations but I
> cannot figure out how to do it!
ASCII is the old DOS-standard alphanumeric code,
viz. unformatted. Any word processor (and some
other apps) will print it, but you may need beforehand
to load the file and adjust line lengths. (ASCII has
several nonalphabetic characters e.g. CR and LF,
but you do not know beforehand where they are in the file.)
--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada) |
|
| Back to top |
|
 |  |
External

Since: Aug 29, 2008 Posts: 4
|
(Msg. 5) Posted: Thu Aug 21, 2008 6:41 pm
Post subject: Re: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Fred the Red Shirt wrote:
> On Aug 21, 4:44 pm, Big_Al <Bi....DeleteThis@md.com> wrote:
>> Fred the Red Shirt wrote:
>>
>>> This would seem to be one of the most basic file operations but I
>>> cannot
>>> figure out how to do it!
>>> After selecting an ASCII file I go to the FILE menu, only to find that
>>> there is no print option.
>>> How do I print an ASCII file that is saved to my hard drive?
>>> --
>>> FF
>> You could load it in notepad and then print. Wordpad also loads ascii
>> files. That is if you mean like log files etc. Text files?
>
> That tends to wrap the lines which really makes it hard to
> read source code and is especially bad if it is a fixed-format
> data file.
>
> --
>
> FF
I use a program called Edit plus. Its not free but there are a lot of
free text editors, or source editors that allow for longer lines. PS
notepad can be forced to not wordwrap. Edit plus has the ability to
colorize source code making it a bit easier to read. Html, C++, Perl,
etc. http://www.editplus.com/ |
|
| Back to top |
|
 |  |
External

Since: Jun 11, 2007 Posts: 7
|
(Msg. 6) Posted: Thu Aug 21, 2008 11:06 pm
Post subject: Re: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Fred the Red Shirt wrote:
> On Aug 21, 5:57 pm, "Don Phillipson" <e... DeleteThis @SPAMBLOCK.ncf.ca> wrote:
>> "Fred the Red Shirt" <fredfigh... DeleteThis @spamcop.net> wrote in messagenews:dda72f56-d026-4174-a252-d7c428145663@i76g2000hsf.googlegroups.com...
>>
>>> This would seem to be one of the most basic file operations but I
>>> cannot figure out how to do it!
>> ASCII is the old DOS-standard alphanumeric code,
>> viz. unformatted. Any word processor (and some
>> other apps) will print it, but you may need beforehand
>> to load the file and adjust line lengths. (ASCII has
>> several nonalphabetic characters e.g. CR and LF,
>> but you do not know beforehand where they are in the file.)
>>
>
> Source code and fixed-format data files.
>
> I'm accessing a remote Unix box from my PC via secure
> shell so the local printer is miles away.
>
> I'm also having trouble finding a fixed-width font in WordPad
> that isn't terribly hard on the eyes.
>
> Is there no longer a command that will print an ASCII file
> from the command prompt?
>
> Thanks.
>
> --
>
> FF
>
That was a lot easier when printers were smart enough to print a ASCII
text stream that doesn't contain a bunch of formatting information like
font size and the actual shapes of the characters. Many of today's low
cost "Windows/GPI" dependent printers aren't smart enough for that,
leaving a significant part of the work for the printer driver. |
|
| Back to top |
|
 |  |
External

Since: Sep 28, 2006 Posts: 8
|
(Msg. 7) Posted: Sun Aug 24, 2008 4:56 pm
Post subject: RE: How do I print an ASCII file? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
if you have the option to save the file save it as a .txt text file then put
into notepad or word
Best regards,
Kaja
"Fred the Red Shirt" wrote:
> This would seem to be one of the most basic file operations but I
> cannot
> figure out how to do it!
>
> After selecting an ASCII file I go to the FILE menu, only to find that
> there is no print option.
>
> How do I print an ASCII file that is saved to my hard drive?
>
> --
>
> FF
> |
|
| Back to top |
|
 |  |
| Related Topics: | Print to file - "Print to File" I am confused! What does this mean? Do I click on print? If so why not just "Print"?? Or "Copy" and "Paste" a document into a folder or file?? How do you "Print" a document of file into ...
Help please - how to print a .prn file - Instead of directly printing a .doc file, I had to save the print file in .prn form. How do I print this file now? I tried to drag it to the printer, but it does not accept it. Is there any easy way to print this .prn file? Any help will be highly..
Print Spooler | XP - My friend's HP printer will not work at bootup on her XP Proff. The services are not all running. But after we click | Control Panel | Perform | Admin Tools | Services | then start the Print Spooler - the HP Printer works. I only noticed today the....
Alternative Print Screen Keystroke - Hi, Is there an alternative keystroke available for the "Print Scrn" key? I'm trying to help a user with a keyboard which does not have that key. Thanks, Sam Morales
can't backup downloaded file due to file's "security prope.. - After I installed SP2 I noticed 'some' files cannot be copied to a CD. I get a pop-up message saying: "Confirm Stream Loss. File contains extra information attached to it that might be lost if you continue copying. The contents of the file will ... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|