Randy said:
I know you can print a folder's contents from the cmd line by typing: "C:\
dir > prn" or "C:\ dir > lpt1". Can you do the same kind of thing for a
printer connected via a USB port?
I'm not familiar with the "port" name of a usb connected device. I
don't have one so can't look for you. Look at the printer properties
for that printer and see if there are names analogous to LPT1:, FILE:,
etc. It could be with USB connections there is no such thing. I don't
know.
If there are none, and even if you find out that what the name is and it
won't work in a command prompt box, all is not lost. Direct output of
the dir command to a file, then print the file with a program like
Notepad, Wordpad, or something. For example, to print to a file called
'filename.txt' in the current directory:
dir > filename.txt