rusefi/firmware/gen_config.bat

9 lines
357 B
Batchfile
Raw Normal View History

@echo off
bash.exe gen_config.sh
rem This would automatically copy latest file to 'dev' TS project
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects"
echo %ts_path%
2020-07-05 22:06:27 -07:00
cp tunerstudio/generated/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
cp tunerstudio/generated/rusefi_microrusefi.ini %ts_path%\dev_mre\projectCfg\mainController.ini