How to run file .php in CMD?

Hi Everyone,
I have a PHP project which includes multiple PHP files and a main PHP file. i would like to execute the main PHP file using the Command Prompt (CMD) in Windows. This main PHP file accepts certain arguments such as the file name and file type.

Is there a way to do it?
Thanks in advance,

@Tuannna1

Check this

If you could do this then…from UiPath you can use start process activity… you have to pass the php file and the arguments you need to in it

Cheers

1 Like

@Anil_G

Can you help me with pictures?

@Tuannna1

This is how it looks…you can either get the commands and use them directly or create a batch file and runit…if you still need some help…let me know I will try providing more info

Cheers