|
From: | Lennart Borgman (gmail) |
Subject: | Re: w32 issues |
Date: | Mon, 21 Jan 2008 22:17:24 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Vinicius Jose Latorre wrote:
Well, there must be a way to print using a command line in WindowsWhy do you think there must be such a way?Why should I think other way?I asked first ;-)Hahahahahahahaha, :-) well, if someone has to create a script in windows (.bat file) and (s)he needs to print a file, how it could be possible if there is no way to print via command line?It does not need to be print command, but there must be a way to do it.
On w32 it is the applications that does the printing. The idea is that what the user sees on screen should be what is printed. Therefore the same API (GDI) is used for both printing and screen display.
If you want to print a text file directly you can do notepad /p file.txt
[Prev in Thread] | Current Thread | [Next in Thread] |