candera / shadowspawn

A Windows utility that mounts a shadow copy of the disk at a drive letter and then spawns an arbitrary command.
MIT License
184 stars 55 forks source link

ShadowSpawn should fail right away when the source path does not exist #9

Closed candera closed 13 years ago

candera commented 13 years ago

Motivation

Currently, if you specify a non-existent source path, ShadowSpawn will fail, but not until it has made the shadow copy. If we fail right away, the user won’t have to wait for the shadow copy to get created.

Acceptance Criteria