diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..c295503 --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +@ECHO OFF + +PowerShell -Command "Start-Process cmd -Argument '/c START /B python .\na.py' -WindowStyle hidden"