|
|
|
re: Question about 'Print Out a Directory Listing'
Sunday, October 28, 2001 at 12:24 pm Posted by Curt R
(1315 messages posted)
I just looked that over......it seems pretty complicated. As an alternative,
you could open a DOS window and do a dir command and redirect it to a text
file which you could later print. Of course, due to the DOS filename limitation
any filenames over the 8.3 limit would be truncated with the ~1 However, if that's
not a problem, here's an example of how to redirect a dir command to a text
file: dir /b > c:\dirlist.txt This will show you the listing in "bare"
format (the /b switch - this shows filenames only) and redirects (the 'greater than'
symbol between the /b and 'dirlist.txt') it to a file called "dirlist.txt" on the
root of your C: drive. If you did this in a DOS window while running 98, you could
then exit the DOS window and open the file with notepad or wordpad and print it.
On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[Reply or follow-up to this message]
|
re: Question about 'Print Out a Directory Listing'
Sunday, October 28, 2001 at 2:31 pm Posted by carl
(316 messages posted)
I would try it from dos i.e.
c:\windows>dir >lpt1
On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[Reply or follow-up to this message]
|
re: Question about 'Print Out a Directory Listing'
Tuesday, November 20, 2001 at 5:50 am Posted by Dave®
(6 messages posted)
No. At the top of the article there's a small box listing all versions it relates
to. i.e. 95, 98, 2k & XP.
On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[Reply or follow-up to this message]
|
re: Question about 'Print Out a Directory Listing'
Wednesday, January 30, 2002 at 3:35 pm Posted by Pauli
(1 messages posted)
It is easy to print a directory list from the MSDOS prompt in Win95 or the Command
Promt in XP (the only ones I have worked with). Just click on the prompt and change
to the Dir you want to print - you can send to a text file as already indicated in
another reply or you can sent it directly to the printer by using the printer port
designation instead of a text file
i.e.
C:\> My Documents cd Articles
C:\>Articles dir>artdir.txt or optionally
C:\>Articles dir>lpt1 will send directly to printer
there are other ways without changing to the actual directory but I find that easier.
Maybe even a small batchfile could be used from the prompt I am not that
familiar with that sort of thing in Windows.
On Tuesday, November 20, 2001 at 5:50 am, Dave® wrote:
>No. At the top of the article there's a small box listing all versions it relates
>to. i.e. 95, 98, 2k & XP.
>
>
>On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[Reply or follow-up to this message]
|
re: Question about 'Print Out a Directory Listing'
Wednesday, February 6, 2002 at 2:43 pm Posted by traci
(1 messages posted)
When you follow the link to download the utility, it stresses that this file is -only-
for Win95 (not 98, 2k or XP). Does it work with 98 anyway? The article says it's
for all versions, but the utility itself does not.
On Tuesday, November 20, 2001 at 5:50 am, Dave® wrote:
>No. At the top of the article there's a small box listing all versions it relates
>to. i.e. 95, 98, 2k & XP.
>
>
>On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[Reply or follow-up to this message]
|
re: Question about 'Print Out a Directory Listing'
Thursday, March 20, 2003 at 6:37 am Posted by Alex Goldberg
(15 messages posted)
There is special program for DOS printing support. DOSPRN support printing from DOS
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.dosprn.com
On Sunday, October 28, 2001 at 12:09 pm, misters wrote:
>I have a question about Print
>Out a Directory Listing:
>
>My question is simple is this article only related to win/95?
[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
|
|
|
|