Monday, August 2, 2010

Important Dos Commands

Listing files with short name-> dir /b

Listing files with complete path -> dir /b /s

Saving list of files in a directory to a file - > dir /b /s > c:\test/txt