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
How many sort arguments can I use ?
I am getting a type mismatch on this Macro. Need help updating it.
Get active application name
MSJet
SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64B<wbr />IT_ERROR
DataGrid Scrollbar Width
LDAP/ Active Directory Password Unlock Error..
Converting Access queries to T-SQL problems
Can't connect to SQL server 2008 (error 40 could not open a connection to the SQL Server)
SBS 2003 NT Backup SqlServerWriter Error 0x800423f4