I need to call a basic vb6 .exe and pass it 3 arguments in order to process it inside the executable.

What would be the easiest way to do this?

The only thing my .exe contains is the InternetSetCookie function and I would like to provide it's arguments from a logon script I created in vbscript.

Can anyone help?