Hi,
I am using windows 10 and trying to run codesniffer on files located in Expand Drive (i.e Expand drive gets all the files from a remote machine and create a virtual drive like C:\ drive on windows).
I am trying to run the following command
c:\>c:\php5\php c:\php_codesniffer\scripts\phpcs E:\myfilename.cls
Here, PHP and Codesniffer located in my local machine C:\ drive. and E:\ drive is the expand drive location. I am getting following error

If I tried to run the same command on a file located in local machine, it is running successfully.
Please guide.