Skip to content

Path translation #4

@AgentOak

Description

@AgentOak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions