Skip to content

Instantly share code, notes, and snippets.

@crisroura
Created March 11, 2015 11:02
Show Gist options
  • Save crisroura/eb75fd5970d583bd8239 to your computer and use it in GitHub Desktop.
Save crisroura/eb75fd5970d583bd8239 to your computer and use it in GitHub Desktop.
Bulk parsing of IE10 history files (WebCacheV*.dat) with BrowsingHistoryView
for %i in (D:\webcache_files\*) do BrowsingHistoryView.exe /HistorySource 6 /CustomFiles.IE10Files "%i" /scomma %~ni.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment