PRINT A DIR TREE OF ALL APPS -example
PRINT A DIR TREE OF ALL APPS tree “C:\Program Files” /f > “%USERPROFILE%\Desktop\ProgramFilesTree.txt”
Program Files (64‑bit apps only)
dir “C:\Program Files” /b > “%USERPROFILE%\Desktop\ProgramFiles_FOLDERS.txt”Program Files (x86) (32‑bit apps)
dir “C:\Program Files (x86)” /b > “%USERPROFILE%\Desktop\ProgramFiles_x86_FOLDERS.txt”
