quick cmd.exe help needed

just found out there is wget.exe for windows cmd (there also is a powershell script but cmd loads faster). so anyway:

the command would be:
wget -P [save-path-dir] [file-link]

now i want to make a variable in windows for the [save-path-dir]

i thought this was possible via: windows + break-key -> advanced settings -> Environment Variables

but it seems like this wont work (e.g. i make a "path17" with the "%windir%" variable and then i do "wget -P path17 [file-link]" ... wont work ).

Any ideas how to do this?
Or anyone able to give me a quickguide via IRC on how to script this in powershell ?

thx bb
Comments
11
your lagscripts dont work :<
they worked when i released the config like 1 year ago :S
Parent
blame global config which forced maxpackets to 100 :(
Parent
actually i´m happy they did it cause there would be too many lagscript users around :P
too bad ppl still lag like hell and i cannot even press F9 to lag as much as they do :(
Parent
DL porn makes you unhit too :p
Parent
i could also let utorrent run in the backround with slow speed :D
but the diff is that my lagscript only lagges while reloading/healing/... cause when u lag , you also hit worse. So i wanted to lag only when i dont care about hitting anyway.

and the 85fps bug still works which also makes u a bit unhitable.. but i find aiming also harder with it :S
Parent
wget -P %path17% [file-link]

(you have to address it with two %)
i tried that already

@edit: ah lol i forgot the same thing as u just did:

the second "%"

its wget -P %path17% [file-link]

thanks <3
Parent
Yeah wasn't sure about that. :D
Parent
Back to top