Really weird behaviour on my system. I can execute xilperl.exe in the following way on my system:
C:\Xilinx\10.1\ise\bin\nt>xilperl.exe
In order to make things easier I do not wanna add the whole path to execute xilperl, so I added the "nt" directory to the PATH variable. Here you can see the content of PATH:
echo %PATH%
C:\Xilinx\10.1\EDK\bin\nt;C:\Xilinx\10.1\EDK\lib\nt; C:\Xilinx\
10.1\ise\lib\nt; C:\Xilinx\10.1\ise\bin\nt
So you can see the appropriate directories should be set, however, when trying to execute xilperl it is still not recognised:
C:\>xilperl
'xilperl' is not recognized as an internal or external command,
operable program or batch file.
Anyone an idea what could go wrong here, I can't see what I missed.