mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
Set Shell = CreateObject("WScript.Shell")
|
|
Shell.Run "briar.tmp\jre\bin\javaw -ea -jar briar.exe", 0, true
|
|
Set Shell = Nothing
|
|
Set Fso = CreateObject("Scripting.FileSystemObject")
|
|
Fso.DeleteFolder "briar.tmp"
|
|
Set Fso = Nothing
|
|
|