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
Date field on form show Number sign
Security Warnings
How to trick application to install on different OS version?
What is Dynaset Inconsistent?
Cannot edit table adapters in asp.net website project
App. Emails Delivered Into Spam Folder
Macro (or something else) - Power Point - how to put my images as slides
Internet explorer wont open - After removing rouge malware
Sharing the same State object
Need help in creating XML file