Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メモ帳にスクリプトを書き、フォルダーに保存しました。ここで、C# ボタン クリックからそのスクリプトを実行したいと思います。
やり方を教えてください。
asp.net タグを選択したので、サーバーまたはクライアント マシンでスクリプトを開始しますか? サーバー上でスクリプトを開始できますが、ブラウザーからスクリプトを開始する場合は別の話です。
Process.Start(@"c:\myscript.vbs");
ファイルの先頭に次の行があることを確認してください。
using System.Diagnostics;