Thursday, March 5, 2009

Copy Tip

Wanna write all file names in a folder into a text file??? :)
use this DOS command

dir/b *.ppt* > myfile.txt
It ll copy all ppt file names into a seperate file :))

No comments: