Does notepad have to run after each build?  Or can you get away with
running only when you execute?  If it's the latter, instead of using a
post-build event, you could just have the IDE start the program
automatically.  In your .csproj file, navigate the the PropertyGroup
element under the configuration you want and add this:

    <StartAction>Program</StartAction>
    <StartProgram>C:/windows/system32/notepad.exe</StartProgram>
    <StartArguments>/path/to/any/arguments/you/want</StartArguments>


On Sep 18, 3:34 am, July <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. If the default behavior can't be changed, it is
> at least good to know that.
> I will consider your idea.
>
> July

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to