Skip to content

Simple application running on Windows CMD which allow downloading files via URI

License

Notifications You must be signed in to change notification settings

PontiacGTX/DownloadCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DownloadCMD

Simple application running on Windows CMD which allow downloading files via URI

it can be placed in %userprofile% and executed from CMD writing dl(.exe File name) then copying the address of the single file you want to download

build instructions: requires references for

System.Threading.Tasks;

System.Net;

System.Diagnostics;

System.IO;

System.Threading;

System.Net.Http.Formatting;

System.Net.Http;

Newtonsoft.Json;

System.IO.Compression;

System.Text.RegularExpressions;

About

Simple application running on Windows CMD which allow downloading files via URI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages