For anyone having trouble with devices being offline or not working, try running this first and then retry your command.
Quote:
Originally Posted by Drazzamatazz
Logging on to a PC, upon entering "cd to SDK install directory" I get "The system cannot find the path specificed."
I know I have SDK as its open....but did I somehow install it wrong?
|
You have to learn how to use the cd command if you are typing that out word for word. Supposed my tools folder is in C:\users\Darkeligos\SDK\tools -- I could either do one of the two:
Code:
cd C:\users\Darkeligos\SDK\tools
or
cd \
cd users
cd Darkeligos
cd SDK
cd tools