how to change windows directories to text files

  • Thread starter Thread starter raj
  • Start date Start date
R

raj

i want to view the directories in c:/ and transfer
the directories files details means size, location and
file name to text files , i am able to do it in dos
mode by simple entering these command

dir/w > filename.text

how can i do it in windows without going to dos mode

thanks
 
Write a batch file with the command you listed...Whats the problem with
dropping to a DOS prompt?
 
Back
Top