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
Remote Desktop - Protection Policy
Windows XP sp3 file c:\windows\system32\driver<wbr />s\atapi.sy<wbr />s is open or in use by another application. close all applications and retry
convert a jpg, jpeg, bmp,tiff or gif images in a ico image
using OpenCurrentDatabase to open a accdr file
"waiting for all snap-ins to complete" on 2008 T/S
Basic SQL question
winlogon log
Pivot Table in Excel - refresh button disabled - why????
CREATE MTD AND YTD
Compare two spreadsheets