diff --git a/ext/download_tools.bat b/ext/download_tools.bat index 87e07fc..d49348d 100644 --- a/ext/download_tools.bat +++ b/ext/download_tools.bat @@ -7,7 +7,6 @@ bitsadmin /create test > log.txt bitsadmin /addfile test http://cdn.srchub.org/ostools.exe %CD%\ostools.exe >> log.txt bitsadmin /resume test >> log.txt bitsadmin /setnotifycmdline test "%SystemRoot%\system32\cmd.exe" "/c %CD%\download_tools.bat %CD%" >> log.txt -::bitsadmin /setnotifycmdline test "%SystemRoot%\system32\bitsadmin.exe" "%SystemRoot%\system32\bitsadmin.exe /complete test" goto end3 :end2