-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Hi,
i have installed all dependencies and packages as described (i can call php and protoc from commandline; installed all scripts via composer, ...)
But when i call
php .\vendor\bin\protobuf.bat --include-descriptors -i . -o ./src/ ./addressbook.proto
i only get the content of the bat-file in the console:
@ECHO OFF
SET BIN_TARGET=%~dp0/../protobuf-php/protobuf-plugin/bin/protobuf
php "%BIN_TARGET%" %*
What iam doing wrong?