Microsoft
Software
Hardware
Network
Question : batch file to search all drives
Need to write a batch file to search all drives for a specific file.
Below is what i have now. Thanks.
c:
CD \
dir *.pst /-c /s >> \\ispc28\PST\pstfiles.txt
Answer : batch file to search all drives
Try this.
set Drives=C,D,E,F,G,H,I,J,K,L
,M,N,O,P,Q
,R,S,T,U,V
,W,X,Y,Z
fo
r %%D in (%Drives%) do dir %%D:\*.pst /-c /s >>\\ispc28\PST\pstfiles.txt
~
bp
Random Solutions
Volume Control Wave function always muted
BSOD 0X000000D1 nvstor.sys blue Screen
Check Date against database date range values
Optimal Sequence for Rebooting SharePoint Farm
Looking for Credential Tiles
SBS2008 Drive and printer mappings.
Query Field With Date/Time
What causes Windows Profiles to become corrupted?
Filter a Report to only show certain data contain within a field
Visual Studio 2008 PRO Trial version