franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

Cmd Argument /d #166

Open cuber726579 opened 3 days ago

cuber726579 commented 3 days ago

How to configurate C-Cpp-Runner in order to remove the cmd argument "/d" when running the cpp file? 屏幕截图 2024-10-20 104848

franneck94 commented 3 days ago

-thats a command for launching the CMD and is independent of your c++ executable

franneck94 commented 3 days ago

Why do you want to remove it?

cuber726579 commented 2 days ago

-thats a command for launching the CMD and is independent of your cop executable

Because I would like to run some regedit command when execute cmd.exe and "/d" would disable disable it. The regedit command is used to change the character encoding mode. Thx!!!!!!!!!!!!!