I'm trying to get a batch file to open tor, but i have the browser bundle and its not technically software, so I don't know how to launch it with a batch file.
Any suggestions?
I'm trying to get a batch file to open tor, but i have the browser bundle and its not technically software, so I don't know how to launch it with a batch file.
Any suggestions?
On
Well I know how to run the internet command in a batch file, but don't know how to run a customised selection.
Try downloading firefox(web browser)(it's great) and then downloading the add on Fox tab. It lets you select a website from your own pre made bundle when you open a new tab.
Sorry for not being able to answer the question.
On
Inside the unzipped bundle is "App/tor" -- that is the tor binary. However, it would be more helpful to know why you want to launch tor separately.
You can use the PUSHD command to enter in the browser folder and then the START command to execute the program.
I hope that I have helped.