VS2010无法复制到进程

if exist "$(TargetPath).locked" del "$(TargetPath).locked"
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"

posted @ 2013-06-21 16:25  bradleydan  阅读(115)  评论(0)    收藏  举报