忍者ブログ
メモ..._〆(゚▽゚*) メモメモ
Posted by - 2025.08.15,Fri
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

Posted by No Name Ninja - 2008.01.10,Thu
.NET TIPS 「ほかのアプリケーションを実行してその終了を待つには?」http://www.atmarkit.co.jp/fdotnet/dotnettips/269procwaitexit/procwaitexit.html
using System.Diagnostics;

public class ProcessStart {
  static void Main() {
    Process proc = new Process();            
// (1)
    proc.StartInfo.FileName= "notepad.exe";  
// (2)
    proc.Start();                            
// (3)
    proc.WaitForExit();                   
// (4)
    Console.WriteLine("メモ帳、終了!");
}
【メモ】
PR
Comments
Post a Comment
Name :
Title :
E-mail :
URL :
Comments :
Pass :   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
TrackBack URL
TrackBacks
カレンダー
07 2025/08 09
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
フリーエリア
最新コメント
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
バーコード
ブログ内検索
カウンター
アクセス解析
Template by mavericyard*
Powered by "Samurai Factory"
忍者ブログ [PR]