From b1b8061ae3f4b37106dff30e755cd2943451c07d Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 24 Jul 2025 02:46:59 +0000 Subject: [PATCH] Windows qcms script --- bin/qcms.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/qcms.bat diff --git a/bin/qcms.bat b/bin/qcms.bat new file mode 100644 index 0000000..d3c4114 --- /dev/null +++ b/bin/qcms.bat @@ -0,0 +1,3 @@ +REM python .\qcms-sandbox\Scripts\qcms %1 %2 %3 %4 %5 %6 +cd /D "%~dp0" +python qcms %1 %2 %3 %4 %5 %6 \ No newline at end of file