Shell Command
x would contain the program's task ID if the launch was successful,
otherwise x would equal zero
"pls123" wrote in message
...
hi all !! is there any difference between ..this..
x = Shell("C:\Userguide.exe")
and this..
Shell ("C:\Userguide.exe")
tx !!
|