microsoft bits - Download image from a website using Batch -
i have .bat file supposed download image website , save somewhere on computer using bitsadmin, whenever try run it, error:
display: job type: download state: error priority: normal files: 0 / 1 bytes: 0 / unknown unable complete transfer. error file: http://website.com/pictures/picture.png -> c:\ error code: 0x80190194 error context: 0x00000005
i have no idea means love it. here current code (the website in real code else, example)
@echo off && set /p name=name: bitsadmin /transfer job /download /priority normal c:\users\user\downloads\%skin%.png c:\%name%.png pause
thanks.
solved. trying save in restricted save path.
Comments
Post a Comment