Reccording DOS output to a text file

G

Guest

I would like to output DOS window output to a text file. When I trying
something like "dir>c:\text.txt", I get an "Access Denied" message. Anyway
to allow this without hamstring the security model?
 
K

ko van Zeeland

Works OK for me with UAC turned off..
Try this one:

Dir > c:\users\your name\documents\text.txt

in my case that would be:
Dir > c:\users\ko\documents\text.txt

so \your name\ should be the name you used to setup Vista.


ko van Zeelan
 

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