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
 
Top