13 lines
310 B
Batchfile
13 lines
310 B
Batchfile
@echo off
|
|
title Fengxiang Order Monitor
|
|
cd /d d:\coding\fengxiang
|
|
echo =========================================
|
|
echo Fengxiang Order Monitor v3
|
|
echo %date% %time%
|
|
echo =========================================
|
|
echo.
|
|
python order_monitor.py
|
|
echo.
|
|
echo Monitor stopped. Press any key to close...
|
|
pause >nul
|