How can I download .exe file from Google Drive using bitsadmin.exe in Windows 10
up vote
0
down vote
favorite
I get error when I am trying to download .exe file from Google Drive using bitsadmin.exe in windows 10
I am using command below:
bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
Error:
C:>bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
BITSADMIN version 3.0
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.
Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.
Invalid argument.
windows powershell batch-file windows-10
add a comment |
up vote
0
down vote
favorite
I get error when I am trying to download .exe file from Google Drive using bitsadmin.exe in windows 10
I am using command below:
bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
Error:
C:>bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
BITSADMIN version 3.0
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.
Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.
Invalid argument.
windows powershell batch-file windows-10
Not understanding what you are trying to do with the twoSET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.
– Squashman
Nov 21 at 15:01
1
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
1
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with theseset
s?
– npocmaka
Nov 21 at 15:36
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I get error when I am trying to download .exe file from Google Drive using bitsadmin.exe in windows 10
I am using command below:
bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
Error:
C:>bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
BITSADMIN version 3.0
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.
Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.
Invalid argument.
windows powershell batch-file windows-10
I get error when I am trying to download .exe file from Google Drive using bitsadmin.exe in windows 10
I am using command below:
bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
Error:
C:>bitsadmin.exe /transfer newJob https://drive.google.com/a/birdeye.com/uc?authuser=0&set id=1OhVx_wdInQYMnpWaDQeYou2zoJ0NMizE&set export=download C:CCCWinSCP.exe
BITSADMIN version 3.0
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.
Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.
Invalid argument.
windows powershell batch-file windows-10
windows powershell batch-file windows-10
edited Nov 21 at 14:47
Petar
688
688
asked Nov 21 at 14:28
Rajeev
2310
2310
Not understanding what you are trying to do with the twoSET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.
– Squashman
Nov 21 at 15:01
1
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
1
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with theseset
s?
– npocmaka
Nov 21 at 15:36
add a comment |
Not understanding what you are trying to do with the twoSET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.
– Squashman
Nov 21 at 15:01
1
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
1
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with theseset
s?
– npocmaka
Nov 21 at 15:36
Not understanding what you are trying to do with the two
SET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.– Squashman
Nov 21 at 15:01
Not understanding what you are trying to do with the two
SET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.– Squashman
Nov 21 at 15:01
1
1
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
1
1
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with these
set
s?– npocmaka
Nov 21 at 15:36
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with these
set
s?– npocmaka
Nov 21 at 15:36
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53414273%2fhow-can-i-download-exe-file-from-google-drive-using-bitsadmin-exe-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Not understanding what you are trying to do with the two
SET
commands. I suggest you read the extensive help for Bitsadmin. There is an example on how to download a file.– Squashman
Nov 21 at 15:01
1
Have a look here for the BITS PowerShell cmdlets
– Theo
Nov 21 at 15:17
1
Are the ampersand symbols meant to be part of the URL or are you really trying to do more than one thing on a single line?
– jwdonahue
Nov 21 at 15:27
May be you'll find this useful. What's the exact link you want to download form? Are you trying to set some headers or url parameters with these
set
s?– npocmaka
Nov 21 at 15:36