Set WshShell = CreateObject("WScript.Shell")
WshShell.Run("cmd.exe")
Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorIf this is a windows application (client and server) then you could use Sockets to create a simple client and server protocol that would allow you to send commands back and forth and execute any processing you need to launch programs or open files. This of course would be a much more complicated scenario requiring more developement time and research.
Feel free to contact me with more details reqarding your specific problem, using this link.
This was first published in September 2004