3
0
mirror of synced 2025-02-13 17:32:35 +01:00

10 lines
111 B
Batchfile
Raw Normal View History

2023-07-24 23:48:07 +02:00
@echo off
pushd
cd /d %~dp0
omnimix_data_install\\python\\python.exe convert_omnimix.py
popd
pause