![]() |
|
#1
|
|||
|
|||
|
Hello fellow internet users..
I'm starting to get into privacy and recently been using proxies, so i used privoxy and tor, i got the bundle for easy install.. but i want to make a batch file (.bat) so when i click that bat file it will load both these files simotanesoly, but having a little issue. I tried a little hack i got of the net for firefox that started 2 instances of firefox at once.. and it worked for firefox.. [firefox bat] @echo off set MOZ_NO_REMOTE=1 start "" "C:\Program Files\Mozilla Firefox\firefox.exe" -p "test" start "" "C:\Program Files\Mozilla Firefox\firefox.exe" -p "test2" set MOZ_NO_REMOTE=0 so i modified it and well.. it loads tor sucessfully but privoxy gets a fatal error about config.txt not loading. ![]() [modified] @echo off set MOZ_NO_REMOTE=0 start "" "C:\Program Files\TorCP\torCP.exe" start "" "C:\Program Files\Privoxy\privoxy.exe" set MOZ_NO_REMOTE=0 |
|
#2
|
|||
|
|||
|
I was assuming people at this forum know stuff about computers, coding, and security.. anyone going to help?
|
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|