Skip to content

Incorrect windows command line #17

@timint

Description

@timint

Thanks for this lovely script that saved me tons of hours and seems to make no mistakes.

Here is a fix for windows users:

FOR /f "tokens=*" %a in ('dir *.php /S/B') DO php convert.php %a -w

Should be:

FOR /f "tokens=*" %a in ('dir *.php /S/B') DO php convert.php -w "%a"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions