File not found - *.pst
dir i:\*.pst /s > c:\pstfiles.txt
I:\folder1\outlook.pst 299,333,013 bytes
I:\folder1\archive.pst 29,333,013 bytes
The_KiD said:doesnt seem to work:
dont think you can use wildcards with the FIND command.
however:
Code:dir i:\*.pst /s > c:\pstfiles.txt
:does work but the format is not quite how I need it.
I could do with the output being something like:
in that sort of layout!
The_KiD said:doesnt seem to work:
dont think you can use wildcards with the FIND command.
however:
Code:dir i:\*.pst /s > c:\pstfiles.txt
:does work but the format is not quite how I need it.
I could do with the output being something like:
in that sort of layout!