Initial commit

This commit is contained in:
user
2026-07-12 13:56:05 +04:00
commit 04bf3a4b58
850 changed files with 9057 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
reg add "HKCU\Software\Microsoft\Command Processor" /v AutoRun /t reg_expand_sz /d "chcp 1252 1>nul" /f
cd CoffeBeans
call qtcreator CMakeLists.txt
reg delete "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f