the way you used is correct, since all the parameters of the tool must be inserted in the "Command Line" field of the "Application Profile" in Sockscap.
BUT exists an undocumented option in Sc32lnch (the tool which really does all the job) that allows you to run anything you want through SocksCap without having sockscap running and from the console or Start->Run:
Quote:
Sc32lnch.exe -c "command"
for example:
Quote:
Sc32lnch.exe -c "nc
www.google.com 80 -v -v"
Sc32lnch.exe -c "c:\gslist.exe -I 1.2.3.4 1234"
it uses the default setup of Sockscap (the socks server specified there) and as already said is not needed to have Sockscap running.
Hope it helps.