Shall do the easy one first John , here is my info for you to choose
from .
http://www.easydos.com/print.html
==================================
WinAids
http://www.simtel.net/pub/pd/17725.html
DOS access and PRINTouts for Win95/98/2K.
Free PRINT program enabling a Printout to be made of any ASCII file.
================================
Dos print programs .
http://www.simtel.net/pub/msdos/printer/
=================================
http://www.pcmech.com/forum/showthre...threadid=10465
1. Dozens of shareware to do this.
2. Go to a DOS prompt and type: DIR C:\foldername\*.* >LPT1
3. Print Folder Directories
Found this in PcWorld’s January issue:
"Here’s an easy way to print a list of the files contained in a
folder from inside Windows Explorer."
Launch Notepad, then type:
Dir %1> lpt1: and press Enter
Now type cls on the second line, BUT DO NOT PRESS Enter
There must not be anything, not even a blank line after ‘cls’.
Save the two line file in you C:\Windows\Send To folder as
printdir.BAT
Now when you want to a printout of the files in a folder, right click
on the folder in Windows Explorer, and select Send
TO->printdir.bat
==================================
Dir C:\foldername\*.* >filename.txt (this will create a text file
to do with as you please)
====================================
Folder Print
http://www.homestead.com/algor/
Print Folder
http://no-nonsense-software.com/freeware
=================================
Print a Folder's Contents ( XP )
http://jeffwalso.tripod.com/batch.htm
Windows offers no easy way to print a list of the files in a given
folder, but this batch file does. Download the file printdir.bat,
http://ftp.pcworld.com/pub/printmag/printdir.bat
and save it in the SendTo folder under your user profile. To find
your SendTo folder in Windows 98, Me, or XP, select Start, Run, type
sendto, and press Enter. If you use Windows 2000, go to "Add to the
Send To Menu" for details on how to proceed. Once the file is in
your SendTo folder, you can print a copy of a folder's contents by
right-clicking the folder's name in Windows Explorer and selecting
Send To, printdir.bat.
=================================
Or, if you don't want another program, here's 2 batch files, one for
creating a .txt file, the other sends it straight to the printer.
Open Notepad (only), type in **exactly** (or copy/paste from here)
For the .txt file:
dir %1 > C:\list.txt: cls
& save as: textdir.bat
For the printer:
dir %1 > lpt1: cls
& save as: printdir.bat
I save these two files in my "Send to" folder, that way I can just
right click on the folder to execute.
* Posted via
http://www.sixfiles.com/forum
* Please report abuse to
http://xinbox.com/sixfiles