What all parameters can we give to exec() function. Please give me the link for this which can give me the details of the different parameters that can be executed..
All help is appreciated
What all parameters can we give to exec() function. Please give me the link
Share
It are the same parameters as you would give in the “command prompt”. So the answer depends on the command prompt of the underlying operating system you’re using. In case of for example Windows XP, you can find documentation here. Specifically, the list of all commands can be found here.