Data output issue using Raspberrypi v3 B+ and ConsoleWD issue 17.3

Hi
I have a problem with just launching the new version of the program in that in the past I have been able to try to test out via using:-
cd /home/pi/Desktop/consolewdfiles/
sudo ./consolewd

However I am now getting the following status:-
pi@raspberrypi:~ $ cd /home/pi/Desktop/consolewdfiles/
pi@raspberrypi:~/Desktop/consolewdfiles $ sudo ./consolewd
sudo: ./consolewd: command not found
pi@raspberrypi:~/Desktop/consolewdfiles $

I have also tried out as per your readme but get the same status:-

pi@raspberrypi:~ $ cd /home/pi/Desktop/consolewdfiles/
pi@raspberrypi:~/Desktop/consolewdfiles $ sudo ./GoWdconsole.sh
sudo: ./GoWdconsole.sh: command not found
pi@raspberrypi:~/Desktop/consolewdfiles $

I have reverted back to the previous version and using the same commands as I normally use

cd /home/pi/Desktop/consolewdfiles/
sudo ./consolewd

I am able to get the programme to respond as you’re aware of. Thus what am I overlooking to do correctly?