Skip to content

Instantly share code, notes, and snippets.

@San3ko
Created October 8, 2013 13:48
Show Gist options
  • Save San3ko/6884962 to your computer and use it in GitHub Desktop.
Save San3ko/6884962 to your computer and use it in GitHub Desktop.
use /C<NUM> key
Процедура КнопкаВыполнитьНажатие(Кнопка)
Перем ПЗ;
ПЗ=ПараметрЗапуска;
Путь_файла = "C:\Users\Ivan\Documents\GitHub\PShell\changer\src\changer.exe";
Полный_путь = Путь_файла + " -pid " + ПЗ;
//ЗапуститьПриложение(Полный_путь)
сообщить(Полный_путь);
КонецПроцедуры
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment