10 lines
111 B
Batchfile
10 lines
111 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd
|
||
|
cd /d %~dp0
|
||
|
|
||
|
omnimix_data_install\\python\\python.exe convert_omnimix.py
|
||
|
|
||
|
popd
|
||
|
|
||
|
pause
|