Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
473 views
in Technique[技术] by (71.8m points)

cmd - How to fix '.' is not an internal or external command error

I have followed few links to try and solve this issue, such as link1 , where they have asked to me include the path of the exe in the environment variables. This is the following command I tried, to get this error

       D:Gesture RecognitionGesture RecognitionDebug>./"Gesture Recognition.exe" 
       rawrec1.trr

and the error

    '.' is not recognized as an internal or external command,
     operable program or batch file.

I included the gesture recognition exe path into the systems and user variables of the environment variables. Even after booting the system, the error still persisted. Can anybody help me to solve this or fix this? Thanks in advance

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Just leave out the "dot-slash" ./:

D:Gesture RecognitionGesture RecognitionDebug>"Gesture Recognition.exe"

Though, if you wanted to, you could use . and it would work.

D:Gesture RecognitionGesture RecognitionDebug>."Gesture Recognition.exe"

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...