Using the Solana Client I have tried creating a token with the command:
spl-token create-token MYKEYPAIR.json --decimals 0
My response is: error: The system cannot find the path specified. (os error 3)
I am on windows 10 and the path seems to be correct unless the path in which it starts to read is a completely different path?
In any case, does anyone know what OS Error 3 means?