Perfecto Connect error with Windows executable

When you start the perfectoconnect executable with the command ./perfectoconnect start -c demo.perfectomobile.com -s <security_token>, the following error message may occur:

'perfectoconnect' is not recognized as an internal or external command,  operable program or batch file.

This happens because the perfectoconnect  Windows executable is available in 32-bit and 64-bit versions, named perfectoconnect32.exe and perfectoconnect64.exeWhen running perfectoconnect from the command line, you need to adjust the command to call the appropriate executable, as follows:

Copy
./perfectoconnect[executableversion 32 or 64] start -[cloud url] -[security token]