Navigation

Search

Categories

On this page

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 120
This Year: 1
This Month: 0
This Week: 0
Comments: 40

Sign In
Pick a theme:

# Friday, September 08, 2006
Friday, September 08, 2006 9:37:49 AM (Mountain Daylight Time, UTC-06:00) ( )

Batch script to run FiltDump against a list of files

SET FiltDump="C:\Programs\Microsoft Platform SDK for Windows Server 2003 R2\Bin\FiltDump.Exe"
net use z: /delete /y
net use z: \\server\share
for /R z:\subfolder1\subfolderN\ %%i in (*.*) do @%FiltDump% %%i
Comments [0] | | # 
Comments are closed.