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
Custom install of MSOffice 2007 via GPO
Excel 2007 Column Chart Width
Powerpoint VBA Find Text in Shape
MoveWindow causes Flicker
go to record from main forms OrderID field
Can't open .chm files over network
Imput Mask for Date ?
outlook express contacts to blackberry 8530
How to Grant Local Admin Rights to Domain Users via Group Policy
ASP.NET 2.0 web app referencing adodb and adodb.net