Hi again tup, I noticed a little typo in my example/request:
> 2. Dns-Proxy-Tor _not_ running as a service: > [snip] > Maybe add an option to start your > app with the parm "-continue"? > > For Eample: > > @ECHO OFF > start Dns-Proxy-Tor.exe -continue > exit Corrected example without "start" to keep with current Dns-Proxy-Tor command line structure: @ECHO OFF dns-proxy-tor.exe -continue exit Anogeorgeo __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

