void main (string[] args)
{
//here is my app entry point
}
the args array will include an array of everything passed in.
Hope this helps.
Nick Harris, MCSD
http://www.VizSoft.net
"Scott" <an*******@discussions.microsoft.com> wrote in message
news:02****************************@phx.gbl...
How do I capture what parameters were passed to my Windows
service application?