How do I call a Windows shell command using VB6?

Here’s how you do it :

Shell "cmd echo foo", vbNormalFocus 

Leave a Comment