6 lines
104 B
Batchfile
6 lines
104 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
"C:\Users\Administrator\anaconda3\python.exe" test_jig.py
|
|
pause
|