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
List all city names with no repeats
C# - operation on date
DELL Remote Floppy Boot Disk
Does Access 2007 still have the 2mb limitation.
the client-side configuration does not match the proxy
working on rdl files through vb.net using bo
Query question - difference in single table
Upgrade to Server 2008 Enterprise Error "Not enough free space for temporary files", even with plenty of space.
why don't some 32 bit programs work with 64 bit os?
SharePoint: Need help for some files (.NET Framework & ASP.NET)