Hi & +1
Not a change to alt.binz but a possible solution. When I want to pause downloads, I suspend the active process or programme and that has the effect of pausing the download. I use process tool from beyondlogic (
http://www.beyondlogic.org/solutions/processutil/processutil.htm) and have a CMD file containing the following to pause altbinz & folding....
"P:\Admin Scripts\Process tool\process.exe" -s altbinz.exe
"P:\Admin Scripts\Process tool\process.exe" -s FahCore_11.exe
"P:\Admin Scripts\Process tool\process.exe" -s FahCore_14.exe
To resume, command line changes to...
"P:\Admin Scripts\Process tool\process.exe" -r altbinz.exe
"P:\Admin Scripts\Process tool\process.exe" -r FahCore_11.exe
"P:\Admin Scripts\Process tool\process.exe" -r FahCore_14.exe
Alternatively, you could use PsSuspend from Sysinternals / Microsoft
Hope this helps