Search code examples
filebatch-filefindpst

.bat file to search for pst files


Can anyone help me with a (simple as possible) batch file I can unleash on a users profile to search for PST files. I would need to see the location of any PST files that were found.

Thanks all


Solution

  • About as simple as it gets :)

    dir C:\*.pst /s /b