Hi Danel,
I think this will work I saw it being used in a different post. If that
doesn't you could always use ShellExecute from the Windows API.
Cheers,
Christian
VB.NET has shell as well... Does it not work for you? If not you can
always use the System.Diagnostics.Process class to accomplish this (I
believe the VB.NET shell command just uses this class underneath anyway