os-70-350

os-70-350 Commit Details


Date:2013-12-03 20:12:03 (11 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:0e9a3b335d8a43baad3cfe75e113648867cc0edd
Parents: 34376e6c59ff1bbf0e38dbc116ff34a15c7a07aa
Message:Adding download script for windows

Changes:

File differences

ext/download_tools.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@echo off
if NOT [%1] == [] goto end2
:start
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
bitsadmin.exe /complete test > nul
%1\ostools.exe -gm2 -y
:end3

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.34993s using 14 queries.