I am unable to install VMware-vCloud-Suite-SDK-.NET-6.0.0-2561075
I downloaded the zip file; I extracted the content of the zip file; I read the doc vCloud-Suite-Client-SDK-.NET-README.html which told me to execute the following command:
client\toolkit\bin\csharp-generator.bat --library vapi_stdlib.vmidl --output toyvm-client ToyVM.java
This command failed:
PS Z:\Dropbox\VMware-vCloud-Suite-SDK-.NET-6.0.0-2561075\VMware-vCloud-Suite-SDK-.NET> .\client\toolkit\bin\csharp-generator.bat --library vapi_stdlib.vmidl --output toyvm-client ToyVM.java
The term '.\client\toolkit\bin\csharp-generator.bat' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At line:1 char:1
+ .\client\toolkit\bin\csharp-generator.bat --library vapi_stdlib.vmidl --output t ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (.\client\toolki...p-generator.bat:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
WHAT should I do?