BITSADMIN was used to transfer documents, download website, download files from websites, etc... This command is a deprecated command, and may be removed on next Windows updates. To prevent this issue, use the new Powershell BIT cmdlet.
Here is a sample code utilizing BITSADMIN.
@echo off
Bitsa...