|
|
|
Comment about Printing Directory Listings
Showing all messages in thread #1037318548 Windows 98 Annoyances Discussion Forum
The following are all of the messages in this thread (3 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
Comment about Printing Directory Listings
Thursday, November 14, 2002 at 4:02 pm Posted by Manasseh Katz
(1 messages posted)
3 comments:
1) The instructions include putting in a key of:
c:\windows\command\printdir.bat
I found that was printing the Windows Desktop no matter what directory I was in,
so I changed it to
c:\windows\command\printdir.bat %1
I suspect that is necessary for all versions of Windows.
2) I was trying to do this on a computer with a USB connected HP OfficeJet. These
printers simply don't know how to print from DOS.
I came up with a solution:
(New PRINTDIR.BAT)
@echo off
cd %1
dir/on>c:\$dummy$.$$$
c:\windows\notepad.exe /p c:\$dummy$.$$$
This does the directory into a file and then uses notepad to print the file to the
default printer, which should work no matter how the printer is connected.
3) I set the Properties of PRINTDIR.BAT to "Close on Exit" so that it would disappear
automatically.
[Reply or follow-up to this message]
| |
re: Comment about Printing Directory Listings
Thursday, March 20, 2003 at 7:08 am Posted by Alex Goldberg
(15 messages posted)
There is special program for support printing from DOS application and DOS command
line on any kinds of printers include winprinters, USB-printers, network printers
etc.
Also DOSPRN support landscape/portrait printing, text color manipulation, absolute
positioning and many other features
http://www.dosprn.com
On Thursday, November 14, 2002 at 4:02 pm, Manasseh Katz wrote:
>2) I was trying to do this on a computer with a USB connected HP OfficeJet. These
>printers simply don't know how to print from DOS.
[Reply or follow-up to this message]
|
re: Comment about Printing Directory Listings
Monday, September 14, 2009 at 3:18 am Posted by Adam jean
(3 messages posted)
Quite good directory treeview tool called
print directory not a freeware but affortable.
On Thursday, March 20, 2003 at 7:08 am, Alex Goldberg wrote:
>
>There is special program for support printing from DOS application and DOS command
>line on any kinds of printers include winprinters, USB-printers, network printers
>etc.
>
>Also DOSPRN support landscape/portrait printing, text color manipulation, absolute
>positioning and many other features
>
>http://www.dosprn.com
>
>
http://www.print-directory.com
[Reply or follow-up to this message]
| |
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
| |
Return to the Windows 98 Discussion Forum
|
|
|
|