Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:I skip the CD part for home ... (Score 1) 969

You can just rename them by prepending the download date like this:
2004-04-13-Windows2000-KB837001-x86-ENU.EXE

and rebuild a machine behind a NAT box while calmly reading a magazine.

A nice command line like

for %U in (*windows*-enu.exe) do start /wait %U /norestart /passive
could make it even easier. That is, if they're properly renamed with timestamps.

Slashdot Top Deals

Do you guys know what you're doing, or are you just hacking?

Working...