race condition

This commit is contained in:
Michael H.G. Schmidt 2023-02-21 07:14:01 +01:00
parent 9b320f2c30
commit 923ebfb3f2

View File

@ -16,6 +16,9 @@ echo ####### %0 #######
echo installing IrfanView ...
start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder=%TARGET% /group=1 /allusers=1
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
echo removing IrfanView startmenu folder ...
rd /S /Q %STARTMENU%\"IrfanView" 2>nul