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
opposite of IsNull
multiple parameters in MS Access 2003
How do I include .Net 2.0 SP1 in my Setup prerequisite list?
Cannot Edit SQL Query Results
Difference between "Address Space" and "Smart Hosts" in Exchange Send Connector
popup dialogue box for a query
PAGE_FAULT_IN_NONPAGED_ARE<wbr />A during Startup
Computer needs to be started twice
Required permissions cannot be acquired. .NET app error
Windows 98 SE - Registry - SharedDLLs - dword - purpose