I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.

The gitk file is in the bin/ folder, but it's not an executable, so when I type gitk I get:

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

link|improve this question

gitk is a TCL application so it needs to be run with wish.exe found in the /bin folder. – Evan Plaice Jan 24 at 5:51
feedback

1 Answer

up vote 1 down vote accepted

Use gitk.cmd from the cmd/ folder

link|improve this answer
you sir have been very helpful. thank you – babonk Aug 10 '11 at 21:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.