Mercurial Hosting > editor
comparison scripts/windows/launcher.vbs @ 76:1beb4c57c269
monospaced sans-serif
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Wed, 18 Jun 2025 20:20:21 -0600 |
| parents | 7f5b3824f4d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 75:7f5b3824f4d4 | 76:1beb4c57c269 |
|---|---|
| 34 | 34 |
| 35 ' Build and run the command | 35 ' Build and run the command |
| 36 classpath = """" & scriptDir & "\jars\*.jar""" ' include all .jar files | 36 classpath = """" & scriptDir & "\jars\*.jar""" ' include all .jar files |
| 37 dictionaries = """" & scriptDir & "\dictionaries\\""" | 37 dictionaries = """" & scriptDir & "\dictionaries\\""" |
| 38 cmd = "cmd /c """"" & jdkHome & "\bin\java.exe"" -Dconfig=" & configFile & " -Ddictionaries=" & dictionaries & " -cp """ & scriptDir & "\jars\*"" luan.Luan classpath:luan_editor/editor.luan > """ & logFile & """ 2>&1""" | 38 cmd = "cmd /c """"" & jdkHome & "\bin\java.exe"" -Dconfig=" & configFile & " -Ddictionaries=" & dictionaries & " -cp """ & scriptDir & "\jars\*"" luan.Luan classpath:luan_editor/editor.luan > """ & logFile & """ 2>&1""" |
| 39 Set f = fso.OpenTextFile(logDir & "\debug_command.txt", 2, True) | 39 ' Set f = fso.OpenTextFile(logDir & "\debug_command.txt", 2, True) |
| 40 f.WriteLine cmd | 40 ' f.WriteLine cmd |
| 41 f.Close | 41 ' f.Close |
| 42 shell.Run cmd, 0, False | 42 shell.Run cmd, 0, False |
