6 lines
62 B
Batchfile
6 lines
62 B
Batchfile
@ECHO OFF
|
|
|
|
call %~dp0\env.bat
|
|
|
|
py -3 %~dp0\link_wrapper.py %*
|