This will get you print directory listing in the Windows Explorer.
- Using your favorite text editor, create dirlist.bat with the following content, and save at the directory of your choice (eg. \utils)
dir %1 /-p /o:gn > "%temp%\Dir Listing"
start /w notepad /p "%temp%\Dir Listing"
del "%temp%\Dir Listing"
- W.Explorer > View > Options > File Types > File Folder > Edit > New
- Fill the New Action with the following:
Action: Print Directory Listing
Application: c:\utils\dirlist.bat
Copyright(c) 1998 Daniel SW Kim. All Rights Reserved
Last modified on September 28, 1998