C#Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi
I have a web service in C#.
I am trying to write a windows scheduler script that
#)Can be invoked from commend line
#) once invoked takes the current date and passes this as a param to the web method
Are there any samples that can help me get started
Would you like to have a command that both fires on a certain time as well as can be called from the command line, or are you looking for a way to install a scheduler script from the command line?