how to force command line to use proxy settings

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jarosss
Posts: 7
Joined: 02 Apr 2016 02:13

how to force command line to use proxy settings

#1 Post by jarosss » 31 May 2016 13:08

Hello,
I have a batch script that is doing some telnet checks. I used wireshark and noticed that it is bypassing IE proxy settings.
Is it any way to write a script that will use IE proxy settings or that will allow to enter proxy details and telnet will work through proxy server?

Thanks

Squashman
Expert
Posts: 4487
Joined: 23 Dec 2011 13:59

Re: how to force command line to use proxy settings

#2 Post by Squashman » 31 May 2016 14:05

You might be able to use ForceBindIP, but I can't say for sure if it will work or not.

jarosss
Posts: 7
Joined: 02 Apr 2016 02:13

Re: how to force command line to use proxy settings

#3 Post by jarosss » 01 Jun 2016 02:16

I tested it and unfortunately it doesn't use proxy as well

Post Reply