convertm1m2
convertm1m2 copied to clipboard
Installation
Unable to run the tool. Need step by step procedure for converting the code
Hello, please give some more details.
The procedure is described in README.md, at which step does it break down for you?
Hi,
I tried to run convert.php in command prompt but it opens convert.php file in notepad. So I couldn't able to proceed furthur.
You'll need to know where you have PHP executable installed and use it:
\path\to\php convert.php ...
Or it is possible that php
executable is already in your environment variables, in that case you can try:
php convert.php ...