[+] Start script

This commit is contained in:
2023-11-25 00:54:05 -05:00
parent 10870f9ac8
commit 874c8a5b98
+9
View File
@@ -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