quick cmd.exe help needed
•
26 Jan 2010, 21:15
•
Journals
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
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
too bad ppl still lag like hell and i cannot even press F9 to lag as much as they do :(
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
(you have to address it with two %)
@edit: ah lol i forgot the same thing as u just did:
the second "%"
its wget -P %path17% [file-link]
thanks <3