Skip to content

Windows manual installation instructions do not produce composer.bat #8883

@PixievoltNo1

Description

@PixievoltNo1

I'm trying to install Composer on Windows manually, as Composer-Setup.exe didn't work (I'll file a separate issue for that shortly). The instructions at https://getcomposer.org/download/ worked and gave me composer.phar, but the instructions at https://getcomposer.org/doc/00-intro.md#manual-installation produce no new file. I'm using PowerShell on Windows 10.

My composer.json: N/A

Output of composer diagnose: N/A

When I run this command:

echo @php "%~dp0composer.phar" %*>composer.bat

I get the following output:

%~dp0composer.phar
%*>composer.bat

And I expected this to happen:

I'd get a composer.bat file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions