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.
Visual Studio 2012 でビルド後のイベントを書きたいのですが、ビルド後のイベントを実行するためのマクロの書き方がわかりません。私の単純な要件は、ビルド操作が成功した後にフォルダーに配置された.exeファイルを実行したいだけです。だから、これを達成する方法を教えてください。
このコードをお勧めします
Set shell = CreateObject("WScript.Shell") shell.Run "C:\YourProgram.exe"
注:パスを調整できます