Files
time-cafe-desktop-app/QtCreator_CMakeLists.txt_chcp1251.bat
2026-07-12 13:56:05 +04:00

6 lines
232 B
Batchfile

@echo off
reg add "HKCU\Software\Microsoft\Command Processor" /v AutoRun /t reg_expand_sz /d "chcp 1251 1>nul" /f
cd CoffeBeans
call qtcreator CMakeLists.txt
reg delete "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f