Restructured project prior to merging changes from Afsnit repo.

This commit is contained in:
akwizgran
2012-10-30 20:30:50 +00:00
parent 0ffdaf89c0
commit e6ac5494fc
279 changed files with 44 additions and 87 deletions

7
setup.vbs Normal file
View File

@@ -0,0 +1,7 @@
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