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
Two DHCP Servers on one network
FltMgr will not load in windows 2000 server
Acess 2007 template graphic header called Office.png
MYSQL query syntax, subquery joins alias
Error 'TCP/IP must be confirgured' when installing windows 2003 server as a first domain controller
Microsoft Word doc only show important text when "non-printing characters" is on
Outlook Search will not work when OFF cached mode
filemaker with entourage
Change exchange account email display name
Copy access tables from one database to another