Files
GacUI/Tools/WaitForLock.bat
2017-08-26 00:49:53 -07:00

6 lines
125 B
Batchfile

@timeout 1 > nul
:wait_for_lock
@if not exist *.wait.tmp goto :finish_lock
@timeout 1 > nul
@goto wait_for_lock
:finish_lock