Skip to content

Instantly share code, notes, and snippets.

@jennings
Created January 12, 2013 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennings/4516382 to your computer and use it in GitHub Desktop.
Save jennings/4516382 to your computer and use it in GitHub Desktop.
Automatically update a folder full of Sysinternals tools
@echo off
pushd \\live.sysinternals.com\tools
xcopy * %~dp0 /Y /D
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment