asynchronous programming

shell scripting

Full Threaded Shellicious

I couldn’t resist adding some features to my Shellicious code. You can now run shell commands either asynchronously (as before) or synchronously, like so: Private WithEvents _s As New Shell Private _IsExecutionComplete As Boolean = False Public Sub Main() _s.UseNewThread = True _s.Execute("C:LongRunningConsoleApp.exe") Do

By Jeff Atwood ·
Comments