HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > Windows XP Basics

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-21-2008, 09:07 PM
Fred the Red Shirt
 
Posts: n/a
Default How do I print an ASCII file?

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
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 08-21-2008, 09:44 PM
Big_Al
 
Posts: n/a
Default Re: How do I print an ASCII file?

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?
Reply With Quote
  #3  
Old 08-21-2008, 10:57 PM
Don Phillipson
 
Posts: n/a
Default Re: How do I print an ASCII file?

"Fred the Red Shirt" <fredfighter@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)


Reply With Quote
  #4  
Old 08-21-2008, 11:28 PM
Fred the Red Shirt
 
Posts: n/a
Default Re: How do I print an ASCII file?

On Aug 21, 4:44 pm, Big_Al <Bi...@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
Reply With Quote
  #5  
Old 08-21-2008, 11:31 PM
Fred the Red Shirt
 
Posts: n/a
Default Re: How do I print an ASCII file?

On Aug 21, 5:57 pm, "Don Phillipson" <e...@SPAMBLOCK.ncf.ca> wrote:
> "Fred the Red Shirt" <fredfigh...@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

Reply With Quote
  #6  
Old 08-21-2008, 11:41 PM
Fred the Red Shirt
 
Posts: n/a
Default Re: How do I print an ASCII file?

On Aug 21, 4:44 pm, Big_Al <Bi...@md.com> wrote:
> .... Wordpad also loads ascii
> files.



Wordpad did pretty well this time, the records are all 72 characters
or shorter as the code is Fortran 77.

Courier looks OK too.

I wonder what I did the last time that mad eit look so crappy?

Thanks.

--

FF


Reply With Quote
  #7  
Old 08-21-2008, 11:41 PM
Big_Al
 
Posts: n/a
Default Re: How do I print an ASCII file?

Fred the Red Shirt wrote:
> On Aug 21, 4:44 pm, Big_Al <Bi...@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/

Reply With Quote
  #8  
Old 08-22-2008, 04:06 AM
RobertVA
 
Posts: n/a
Default Re: How do I print an ASCII file?

Fred the Red Shirt wrote:
> On Aug 21, 5:57 pm, "Don Phillipson" <e...@SPAMBLOCK.ncf.ca> wrote:
>> "Fred the Red Shirt" <fredfigh...@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.
Reply With Quote
  #9  
Old 08-25-2008, 12:56 AM
Kaja
 
Posts: n/a
Default RE: How do I print an ASCII file?


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
>

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Access File with Extded Ascii Characters in File Name rjack Windows XP 18 08-28-2008 04:03 PM
How to actually print files created by "print to file" rockhard Microsoft Office 1 01-24-2008 11:38 AM
Used the HP 'print to file' option, 12 Mb asci file ... now what ? Graham Windows XP 6 07-29-2007 11:50 PM
print to file - without altering the original file tlevesqu@gmail.com Printers 3 06-05-2007 06:55 PM
Print file name on every excel spreadsheet I print. ridergroov Microsoft Office 2 04-04-2007 01:11 AM


All times are GMT. The time now is 12:21 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger