Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

How can I create a shadow copy in windows7/8 in a batch file?

On server operating systems I can (and do) create a shadow copy of a volume and mount that copy using mklink before copying a folder that almost always has open files. See below for Q&D example. ...
Chris's user avatar
  • 21
2 votes
2 answers
10k views

VBScript Capture StdOut from ShellExecute

I am trying to run the following code snippet as part of a tool to gather and log some pertinent system diagnostics. The purpose of this snippet is to gather the result of running the command: ...
Joe's user avatar
  • 173