Pages

Tuesday 4 June 2013

How to get the Folder structure tree view using MS DOS

When migrating content from a file system to a web based system, it is very help full to get a report on the file structure

Open command prompt

tree /a /f "directory path" > TreeReport.txt


/f Displays file names in each directory.
/a ext characters used for linking lines, instead of graphic characters. /a is used with code pages that do not support graphic characters and to send output to printers that do not properly interpret graphic characters.

No comments:

Post a Comment