From 874c8a5b98f4bb9ad8098a923099613c7f2ada51 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sat, 25 Nov 2023 00:54:05 -0500 Subject: [PATCH] [+] Start script --- start.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 start.bat diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..2fa58d5 --- /dev/null +++ b/start.bat @@ -0,0 +1,9 @@ +%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit +cd /d "%~dp0" +cd Code\CardReader +:Start +python receiver.py +echo Press Ctrl-C if you don't want to restart automatically +ping -n 1 localhost + +goto Start \ No newline at end of file