Newer
Older
set http_proxy=http://proxy.zhuxh.cloud:5868
set https_proxy=http://proxy.zhuxh.cloud:5868
set all_proxy=http://proxy.zhuxh.cloud:5868
REM Remove existing directory and clone the repository
git clone https://git.nju.edu.cn/zhuxh/mtcmon-rev.git
cd mtcmon-rev
REM Start the Python script in the background
start /B pythonw start_client.py > start_client.log 2>&1
echo start_client.py started