Start,Run,CMD

CD /{folder to view}

DIR c: >filename.txt

this text file of the directory will be save in this same folder.

There are variations on this such as instead of logging onto a folder, you can specify the complete path and get same results except the resulting text file will appear in the locally logged-in folder:

DIR c: {/path/path/path} (etc..) >filename.txt