On Thursday 19 May 2005 04:46 pm, Peter Jay Salzman wrote: > When I do this: > > print hello.txt > > Nothing prints. However, when I follow that with: > > print blah.pdf > > Then suddenly, both hello.txt and blah.pdf both print.
Sounds like you need to send a form feed to the printer after the text file. Otherwise the printer doesn't know you are done with the page. -- Rod _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
