How to export folder content to list

1. Run Command Promt (CMD) may be Shud "Run as admin.." in Vista, 7
2. Type dir  to Navigate directory or folder you want to list
dir [Drive]:\[Part or Directory] /b /a > [Drive]:\[Where u want to export]
dir d:\"test foler" /b /a > d:\test_list.txt
3. You can export list to text file(.txt), HTML(.htm), MS Word(.doc)

[How-to] Rename mutiple files by replace character with PowerShell

1. Open folder of files you want to rename.