PuTTY / Proxifier / batch command problem

Fapaz

Distinguished
Jul 22, 2009
64
0
18,630
Hi all, I don't know if this is in the right category, but anyway,

I'm trying to run wow via Putty and proxifier.

I've made a command so everything launches automatically;

@echo off
cd putty
start putty.exe -load wowgw
PING 1.1.1.1 -n 1 -w 2000 >NUL
cd ..\
cd ..\
cd Program Files (x86)\Proxifier
start proxifier.exe
cd ..\
cd ..\
cd world of warcraft
PING 1.1.1.1 -n 1 -w 3000 >NUL
start wow.exe

It's supposed to launch one at a time, then wait for the next one, hence the pings, this code is most likely messy, if so, feel free to fix it.

Anyway, if proxifier is not open, and i launch the .bat file, putty CAN connect, and I can connect to wow. But if I exit wow, and exit putty, but leave proxifier open, then attempt to run the .bat file, putty gets a connection refused error.

Does anyone know why putty might be refusing my connection if I try to launch it while proxifier is open?

[16:18] putty.exe - Could not connect to 203.16.213.44:2222 through the proxy server.
[16:18] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:18] putty.exe - Could not connect to 203.16.213.36:2222 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.242.21:80 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.242.21:80 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.232.127:80 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.232.128:80 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.242.21:80 through the proxy server.
[16:19] Error : Could not connect to the proxy server 127.0.0.1:1080 (error code 10061)
[16:19] Wow.exe - Could not connect to 12.129.232.129:80 through the proxy server.

It's not a massive problem, because I could just exit proxifier and putty, then reload the .bat file, but just for convenience, anyone think they know what the problem is?

So to recap:
1) I execute run.bat - Putty loads, Proxifier loads, Wow loads, Putty connects, then I can log in to wow.
2) I exit wow, I exit putty, but I leave proxifier open.
3) I execute run.bat again, Putty opens, wow opens, putty does not connect and gets a connection refused erorr.