how to change windows directories to text files

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
 
M

ML.net

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top