afeld / git-setup

easy Git setup
MIT License
13 stars 3 forks source link

create Windows script #3

Closed afeld closed 10 years ago

afeld commented 10 years ago

I don't have a Windows machine, so kinda tough for me to write/test this :confused: Volunteers welcome!

fadamiao commented 10 years ago

Which Windows version you think support?

If the script needs to be written in batch, we have a problem to download stuff. Batch is not capable to download stuff for itself, so we need to use a external "library" or program like wget.

afeld commented 10 years ago

Ugh. This is why I need someone else to figure this out for me :laughing: I think Windows 7+ would be fine... but at this point, whatever's easiest.

fadamiao commented 10 years ago

Just for the record, there is a way to do this with a external VBScript to simulate wget: https://semitwist.com/articles/article/view/downloading-files-from-plain-batch-with-zero-dependencies

Works fine here =D (Win 7 64bit)