hello,

I know how to use shell command but, I don't know how to execute this "c:\abc.exe -a -b c". It is working in shortcut at desktop. when I try

shell "c:\abc.exe -a -b c"
or
hud = shell ("c:\abc.exe -a -b c")

in VB, this command behind the execute file will not passing in to the software. Could any one help?

Thank you very much

Eddie