I can't seem to know what I should put after the directory address in the exec commmand.
I need to program a bounce bar that allows the user to select an option and from his/her selection, I need to execute that selected program.
E.g. my exec command looks like this:
exec('c:\tp\bin\xo.exe','???'); My problem is how to execute an exe file from a parent program.
Thanks for everything
I need to program a bounce bar that allows the user to select an option and from his/her selection, I need to execute that selected program.
E.g. my exec command looks like this:
exec('c:\tp\bin\xo.exe','???'); My problem is how to execute an exe file from a parent program.
Thanks for everything