Hi, how do I run a program and get the results it sends?
Shell returns the process ID, and I'm sure I just have the command wrong.
Thanks
EDIT: Here's what I mean:
MsgBox(Shell("php c:\test1.php"))
test1.php returns "MEH". I want that result in the msgbox. (I have a more complex use but that's the test part for now).
Shell returns the process ID, and I'm sure I just have the command wrong.
Thanks
EDIT: Here's what I mean:
MsgBox(Shell("php c:\test1.php"))
test1.php returns "MEH". I want that result in the msgbox. (I have a more complex use but that's the test part for now).