Welcome, Guest. Please login or register.

Author Topic: Win2k Directory Listing  (Read 1802 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SilvrDrgn

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1215
    • Show all replies
    • http://mikerye.homeip.net
Re: Win2k Directory Listing
« on: March 04, 2003, 03:32:04 PM »
1) cd to the directory that contains the files you want listed.
2) dir /b > ..\list.txt
(/b is "bare" format, no directory command header or trailer information.  Plus, you use "..\list.txt" for the destination because otherwise the list.txt file itself will show up in the list.)
3) print the list.txt file
Michael