Question:
cmd command prompt not working, I always get "___ is not recognized as an internal or external command"?
mrt3o3
2011-02-21 10:43:41 UTC
How do i fix this? if i type set in cmd, I get this:
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\Mike>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\Mike\AppData\Roaming
asl.log=Destination=file;OnFirstLog=command,environment
CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
COMPUTERNAME=MIKE-PC
ComSpec=C:\Windows\system32\cmd.exe
DFSTRACINGON=FALSE
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\Mike
LOCALAPPDATA=C:\Users\Mike\AppData\Local
LOGONSERVER=\\MIKE-PC
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 13, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0f0d
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
PROMPT=$P$G
PUBLIC=C:\Users\Public
QTJAVA=C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\Mike\AppData\Local\Temp
TMP=C:\Users\Mike\AppData\Local\Temp
TRACE_FORMAT_SEARCH_PATH=\\NTREL202.ntdev.corp.microsoft.com\34FB5F65-FFEB-4B61-
BF0E-A6A76C450FAA\TraceFormat
USERDOMAIN=Mike-PC
USERNAME=Mike
USERPROFILE=C:\Users\Mike
windir=C:\Windows

C:\Users\Mike>
Three answers:
adaviel
2011-02-21 10:46:08 UTC
Should work for programs in Path. Maybe the ones you want aren't there.

If you are 64-bit, then maybe C:\Windows\system32 should be system64. But that's a guess.
eyler
2016-10-16 07:06:57 UTC
domicile windows does not understand the place javac.exe is located. once you ask for it via typing a command commencing with it, it tests the present folder, then each and all of the folders it knows to learn, with out any outcomes. to restoration this, the java folder could desire to be one it tests. to do this, first detect the place java is put in, and the place javac.exe is located. this might probable be some thing alongside the traces of C:jdkbin or C:application FilesJavajdkbin - i don't use Java individually so i'm uncertain. 2d, bypass to domicile windows Explorer, suited click My computing gadget, bypass to homes, the stepped forward tab, Environmental Variables. under gadget variables, seek for direction. do not do away with something right here, yet somewhat on the top of "Variable value" upload a semicolon (;) and an area, accompanied via the direction you stumbled on till now.
anonymous
2011-02-21 10:47:33 UTC
The problem may be in the PATH statement.



At least "SET" command is working, as evidenced by your list. Be specific.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...