Pro VB.NET 2002/2003For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 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
I have a vb.net service running on a server (under a
domain account) which downloads patches onto NT4 pc's. I
would like the server app to also run those patches on the
pc - is this possible ?
You could write a little VB.NET app that looked in a specific folder and executed any files it found. This could be set to run each time the users start up their PC's.