2
Okay this is weird. I'm at a loss as to why this is happening or how to fix this. The title pretty much says it all but i will elaborate further:
Opening cmd.exe to run commands or call batch files: OK
Opening WinKEY+R to run batch files: OK
Opening batch files by doubleclicking: ...is not recognized as an internal or external command, operable program or batch file.
This error is not limited to specific commands im calling via batch files. Even the simplest commands seem to fail.
So my first guess was that something is wrong with file associations or environment variables. Checked those but they seem fine:
ComSpec
is %SystemRoot%\system32\cmd.exe
PATHEXT
is .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PATH
is C:\Windows\System32\;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;
Registry looks ok too:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.cmd
OpenWithList
subkey is empty.
OpenWithProgids
contains:
(Default) REG_SZ (value not set)
cmdfile REG_NONE (zero-leght binary value)
It's a fairly new windows install. Windows 7 x64. Any ideas where to look now?