I\'m trying to start a cmd terminal in Emacs 23.2 (latest version) in Windows.
According to the Manual, I can enter in terminal mode (starting a new bu
Had the same problem.
I ran procmon and discovered that Emacs wants to find c:\bin\sh
in some form (sh.exe
, sh.bat
, sh.cmd
, etc).
Since I happened to want to use term mode with the android debugging shell, I created c:\bin\sh.bat
with contents "adb shell", and it worked fine, albeit with some weird input lag.