myProj.exe /12354. When the project launches, it should accept the parameter and do something. How can I do this?
Thanks,You need to create a console application and get this:
http://www.codeproject.com/csharp/command_line.asp
then you can launch it with commandline arguments, and do something :)
0 comments:
Post a Comment