Skip to content

Instantly share code, notes, and snippets.

@diniremix
Created May 22, 2012 19:41
Show Gist options
  • Save diniremix/2771162 to your computer and use it in GitHub Desktop.
Save diniremix/2771162 to your computer and use it in GitHub Desktop.
download files with wget on windows
@echo off
echo pega la direccion del enlace aqui...
set /p link=
wget -c %link%
@echo on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment