Shell Command

P

pls123

hi all !! is there any difference between ..this..

x = Shell("C:\Userguide.exe")

and this..

Shell ("C:\Userguide.exe")

tx !!
 
P

Patrick Molloy

x would contain the program's task ID if the launch was successful,
otherwise x would equal zero
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top