Listing pathnames to file

From tango.info wiki
Revision as of 2008-09-27T19:33:57 by Chrisjjj (talk | contribs) (New page: ;Windows # At Start | Run, enter the command <pre>DIR C:\your-path-name\*.flac /b/s > C:\your-path-name\myflacfiles.txt</pre> # The output will be written to C:\your-path-name\myflacfiles...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Windows
  1. At Start | Run, enter the command
DIR  C:\your-path-name\*.flac /b/s > C:\your-path-name\myflacfiles.txt
  1. The output will be written to C:\your-path-name\myflacfiles.txt