Check number of windows prompt open

Dear all,
Is there a way to check in matlab if there is any open windows propmt on the current PC?
Best regards

3 件のコメント

Walter Roberson
Walter Roberson 2020 年 1 月 23 日
Windows prompt? Do you mean like CMD.EXE or PowerShell executing? And waiting for input?
FastCar
FastCar 2020 年 1 月 23 日
Dear Walter,
I mean number of window of cmd.exe. I do not need to wait for the input, but I need to decide if I can execute another command.
Thanks
Walter Roberson
Walter Roberson 2020 年 1 月 24 日
system('tasklist') with appropriate command line options.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by