convertm1m2 icon indicating copy to clipboard operation
convertm1m2 copied to clipboard

Installation

Open AkshayaNallakumar opened this issue 7 years ago • 3 comments

Unable to run the tool. Need step by step procedure for converting the code

AkshayaNallakumar avatar May 30 '17 09:05 AkshayaNallakumar

Hello, please give some more details.

The procedure is described in README.md, at which step does it break down for you?

unirgy avatar Jun 01 '17 00:06 unirgy

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.

AkshayaNallakumar avatar Jun 01 '17 09:06 AkshayaNallakumar

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 ...

unirgy avatar Jun 10 '17 19:06 unirgy