To have it embedded in your Application, use the OLE Control. If you want to load it up while your Application is running, use the Shell function.

Code:
' Shell Function
RetVal = Shell("C:\Command.com", vbNormalFocus)