[^]
Print Directory List

This will get you print directory listing in the Windows Explorer.

  1. 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"
    
  2. W.Explorer > View > Options > File Types > File Folder > Edit > New
  3. 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