Oscar Mayer
2023-11-13 03:23:11 UTC
This was asked & answered a dozen years ago on stackoverflow.
https://stackoverflow.com/questions/10602490/batch-file-to-open-tor-browser-and-several-websites
It was viewed over three thousand times.
So I can't question that it works.
Plus I tried it on Windows 10, and it works.
Even though I have Tor set to not "Connect" until I click the button.
But why does that command line have an odd number of double quotes?
Batch file to open tor browser and several websites
start "" "C:\Users\%USERNAME%\Desktop\SHORTCUT.lnk" "https://www.google.com" "https://www.duckduckgo.com" "
But what does the extra (odd number) ninth double quote do?
Is that ninth double quote a typo that nobody ever noticed?
A minor followup question is about pressing the "Connect" button
when the tor browser bundle is configured to require a manual click.
Can that Connect action be forced in the command line?
https://stackoverflow.com/questions/10602490/batch-file-to-open-tor-browser-and-several-websites
It was viewed over three thousand times.
So I can't question that it works.
Plus I tried it on Windows 10, and it works.
Even though I have Tor set to not "Connect" until I click the button.
But why does that command line have an odd number of double quotes?
Batch file to open tor browser and several websites
start "" "C:\Users\%USERNAME%\Desktop\SHORTCUT.lnk" "https://www.google.com" "https://www.duckduckgo.com" "
But what does the extra (odd number) ninth double quote do?
Is that ninth double quote a typo that nobody ever noticed?
A minor followup question is about pressing the "Connect" button
when the tor browser bundle is configured to require a manual click.
Can that Connect action be forced in the command line?