-
Notifications
You must be signed in to change notification settings - Fork 154
Command Line Options
parg edited this page Mar 4, 2018
·
22 revisions
On Windows copy everything from wherever BiglyBT is installed (e.g. C:\Program Files\BiglyBT) into a separate folder - say "C:\BiglyBT2"
Then create a .bat file in this folder (say run.bat) with contents
java -cp "BiglyBT.jar;commons-cli.jar;swt.jar" -Djava.library.path=C:\BiglyBT2 -Duser.dir=C:\BiglyBT2 -Dazureus.config.path=C:\BiglyBT2 -DMULTI_INSTANCE=true com.biglybt.ui.Main
and run this.
bigly help