Hi,
I'm running RunInBash 0.1 on Windows 10 x64 1803.
I've created a php.bat containing
@echo off
set cmd=%~n0
$ %cmd% %*
in my PATH and I'm able to run basic php commands.
However, neither relative nor absolute paths are recognized and translated:
C:\Users\Me>php Documents\Projects\test.php
Could not open input file: DocumentsProjectstest.php
C:\Users\Me>php C:\Users\Me\Documents\Projects\test.php
Could not open input file: C:UsersMeDocumentsProjectstest.php
Would it be possible to add an option to have paths translated?
Thanks
Hi,
I'm running RunInBash 0.1 on Windows 10 x64 1803.
I've created a php.bat containing
in my PATH and I'm able to run basic php commands.
However, neither relative nor absolute paths are recognized and translated:
Would it be possible to add an option to have paths translated?
Thanks