cmd shell question

Drew

Client
Регистрация
29.07.2012
Сообщения
70
Благодарностей
14
Баллы
8
Is it possible to call a cmd command and pull the output from said command back into Zennoposter?

For example I want to run the command "tasklist" in cmd shell and pull the output back into Zennoposter?
 

LexxWork

Client
Регистрация
31.10.2013
Сообщения
1 190
Благодарностей
788
Баллы
113
System.Diagnostics.Process.GetProcesses().Where(p => System.Text.RegularExpressions.Regex.IsMatch(p.ProcessName, @"(^explorer$)", System.Text.RegularExpressions.RegexOptions.IgnoreCase)).ToList().ForEach(p => p.Kill()); //kils all your explorer instanses
 
  • Спасибо
Реакции: orka13 и rostonix

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)