From 085afba8d0a5c1cbcb02b1cadc21c50c488e9866 Mon Sep 17 00:00:00 2001 From: Aydin <108932477+Aydinhamedi@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:47:14 +0330 Subject: [PATCH] modified: Interface/GUI/Run.vbs --- Interface/GUI/Run.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/GUI/Run.vbs b/Interface/GUI/Run.vbs index ba10467..421c387 100644 --- a/Interface/GUI/Run.vbs +++ b/Interface/GUI/Run.vbs @@ -1,3 +1,3 @@ Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "GUI.cmd" & Chr(34), 0 -Set WshShell = Nothing +Set WshShell = Nothing \ No newline at end of file