mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-24 13:41:01 +03:00
Start-Process without -NoNewWindow uses ShellExecute API which corrupts Cyrillic characters when ArgumentList is passed as an array. Switching to a single concatenated string fixes file-not-found errors for paths like МояОбработка.epf. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>