heartbeat/heartbeat.bat
2023-07-23 13:44:52 +08:00

6 lines
66 B
Batchfile

@echo off
@echo heartbeat start
cd /d %~dp0
py heartbeat.py
pause