Posted by SpywareDr on April 13, 2009 at 19:30:57:
In Reply to: Direct a DOS command to a file where? posted by LL on April 11, 2009 at 23:55:59:
: I want to direct the output of a DIR command to a
: file (dir > dirlist1). Either it didn't work or I
: don't know where it put the file. Does it create
: a new file? If so, where does it put it?
Yes, that command creates a new file named "dirlist1" in your current directory.