Printed list of files

  • Thread starter Thread starter usseat
  • Start date Start date
U

usseat

I am looking for how to print a list of files that we have
on various drives and various applications. This used to
be so easy in DOS - but am unsure how to do it in this
operating environment. Help!!
 
From the Command Prompt (cmd.exe) typ
DIR > outputfilename.tx
-or
DIR C:\foldername > outputfilename.tx
-or
DIR/S C: > outputfilename.tx
etc

Print outputfilename.tx

Austin M. Horst
 
Hi, K.

Start | All Programs | Accessories | Command Prompt.

Or, Start | Run, type in "cmd", press Enter.

I use the "DOS" window so often that I've set it to use a Shortcut Key
(Ctrl+Alt+M - for MS-DOS). And I've used its Properties page to set my
preferences (full-screen, blue background/bright white text, etc.). Now, no
matter where I am in WinXP, pressing Ctrl+Alt+M pops up the "DOS" window
full-screen, ready for me to type my command at the C:\> prompt, just like
in the good old days. ;<)

RC
 
Back
Top