How can I open a DOS window, pipe a directory listing to a text file, and close the window from VB?
The DOS command is like this:
Dir C:\ >C:\Test\DirList.txt
This Needs to work on NT4 and Win2k.
I am sure I have to shell it but I can't get it to work.
Kris
Software Engineer
Phoenix,AZ




Reply With Quote