Dos command
c:\> set > c:\temp\audit.txt
I also need to include any and all user created files and search for those
files on a pc using vbscript and write the output to a file. In a dos
window, I can type the following command and pipe it to a file and was
wondering if there was a way to do it in vbscript
Dos command
c:\>dir /s *.mdb *.ppt *.xls *.doc *.pdf *.txt *.rpt >> c:\temp\audit.txt
any and all help in this matter is greatly appreciated.