vb6 - What is the VB 6 equivalent of Process.Start? -


i stuck on stuck 1 line. in vb.net easy, how do in vb6? tried search google few hours , got nothing. feels embrassing.

here's code. (.net)

process.start("runme.exe", " -parameter1 " & "-parameter2 " & "-parameter3") 

i want run exe, same directory program is, parameters. sure there simple solution, can't work. appreciated.

you can use shell , shellexecute

shell "c:\runme.exe", vbnormalfocus 

http://msdn.microsoft.com/en-us/library/aa242087(v=vs.60).aspx


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -