Good day all-
Want to run a DOS 2.6 .exe in VFP 7.
I would like to take advantage of the shell object so I can hide the DOS window that is visible during the dos runtime.
Having trouble sending parameters...not sure of the syntax.
Error I keep getting:
"Function name is missing )."
Here is what I have..
loShell = CREATEOBJECT("wscript.shell")
lnSuccess = loShell.Run(bkbill.exe &mtype &bkparcel &bkyear,2,.t.)
Any suggestions?
thanks
cmcc
Want to run a DOS 2.6 .exe in VFP 7.
I would like to take advantage of the shell object so I can hide the DOS window that is visible during the dos runtime.
Having trouble sending parameters...not sure of the syntax.
Error I keep getting:
"Function name is missing )."
Here is what I have..
loShell = CREATEOBJECT("wscript.shell")
lnSuccess = loShell.Run(bkbill.exe &mtype &bkparcel &bkyear,2,.t.)
Any suggestions?
thanks
cmcc