From 4d0230526aed52c30bd4276d51c0bf0a58d49ee3 Mon Sep 17 00:00:00 2001 From: xantari Date: Sun, 28 Mar 2021 18:38:22 -0500 Subject: [PATCH] fix the .bat files so they auto-close --- PinCab.Configurator/DatabaseBrowser.bat | 2 +- PinCab.Configurator/GameManager.bat | 2 +- PinCab.Configurator/RomBrowser.bat | 2 +- PinCab.Configurator/ScreenresEditor.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PinCab.Configurator/DatabaseBrowser.bat b/PinCab.Configurator/DatabaseBrowser.bat index 2232f92..a4b3ab1 100644 --- a/PinCab.Configurator/DatabaseBrowser.bat +++ b/PinCab.Configurator/DatabaseBrowser.bat @@ -1 +1 @@ -Pincab.Configurator.exe -databasebrowser \ No newline at end of file +start Pincab.Configurator.exe -databasebrowser \ No newline at end of file diff --git a/PinCab.Configurator/GameManager.bat b/PinCab.Configurator/GameManager.bat index 489fe9e..7cb6122 100644 --- a/PinCab.Configurator/GameManager.bat +++ b/PinCab.Configurator/GameManager.bat @@ -1 +1 @@ -Pincab.Configurator.exe -gamemanager \ No newline at end of file +start Pincab.Configurator.exe -gamemanager \ No newline at end of file diff --git a/PinCab.Configurator/RomBrowser.bat b/PinCab.Configurator/RomBrowser.bat index d2b5cc6..6f744f6 100644 --- a/PinCab.Configurator/RomBrowser.bat +++ b/PinCab.Configurator/RomBrowser.bat @@ -1 +1 @@ -Pincab.Configurator.exe -rombrowser \ No newline at end of file +start Pincab.Configurator.exe -rombrowser \ No newline at end of file diff --git a/PinCab.Configurator/ScreenresEditor.bat b/PinCab.Configurator/ScreenresEditor.bat index 047c997..1dd5741 100644 --- a/PinCab.Configurator/ScreenresEditor.bat +++ b/PinCab.Configurator/ScreenresEditor.bat @@ -1 +1 @@ -Pincab.Configurator.exe -screenreseditor \ No newline at end of file +start Pincab.Configurator.exe -screenreseditor \ No newline at end of file