1

I've installed TOR(the onion routing) to with some scripts I've made. I tried to set a password for the TOR browser with:

tor --hash-password "My_password"

but the command line keeps putting out

'tor' is not recognized as an internal or external command,
operable program or batch file.
CupOfJava
  • 441
  • 1
  • 5
  • 15

1 Answers1

0

@Lord Elrond

To do as @pennyrave said press win+R write cmd a terminal will appear, and write there -

cd C:\Tor Browser\Browser\TorBrowser\Tor

there write your command with .exe

for eg. - tor.exe --hash-password "My_password"

koo
  • 1