Quote:
Originally Posted by J.Steinker
it says system cant find path if i type -- cd\ kindlepid.py s/n
if i type cd\ enter so new line kindlepid.py s/n --- it looks for file to open but there is none it finds
|
cd \
Is the command to change directory. So, you shouldn't type that when you are running the script.
If you type...
kindlepid.py
and press enter what is the result?
BOb