Technical Information
- nul
- '%WINDIR%\syswow64\cmd.exe' /c FOR /L %V IN (1,1,10) DO del /F "<Full path to file>" >> NUL & PING 1.1.1.1 -n 1 -w 1000 > NUL & IF NOT EXIST "<Full path to file>" EXIT' (with hidden window)
- '%WINDIR%\syswow64\cmd.exe' /c FOR /L %V IN (1,1,10) DO del /F "<Full path to file>" >> NUL & PING 1.1.1.1 -n 1 -w 1000 > NUL & IF NOT EXIST "<Full path to file>" EXIT
- '%WINDIR%\syswow64\ping.exe' 1.1.1.1 -n 1 -w 1000