diff 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
line wrap: on
line diff
--- a/scripts/windows/launcher.vbs	Wed Jun 18 18:57:34 2025 -0600
+++ b/scripts/windows/launcher.vbs	Wed Jun 18 20:20:21 2025 -0600
@@ -36,7 +36,7 @@
 classpath = """" & scriptDir & "\jars\*.jar"""  ' include all .jar files
 dictionaries = """" & scriptDir & "\dictionaries\\"""
 cmd = "cmd /c """"" & jdkHome & "\bin\java.exe"" -Dconfig=" & configFile & " -Ddictionaries=" & dictionaries & " -cp """ & scriptDir & "\jars\*"" luan.Luan classpath:luan_editor/editor.luan > """ & logFile & """ 2>&1"""
-Set f = fso.OpenTextFile(logDir & "\debug_command.txt", 2, True)
-f.WriteLine cmd
-f.Close
+' Set f = fso.OpenTextFile(logDir & "\debug_command.txt", 2, True)
+' f.WriteLine cmd
+' f.Close
 shell.Run cmd, 0, False