From e36745ec75a71cd6cfd769605e82af28505783e7 2007-10-30 14:39:26 From: vivainio Date: 2007-10-30 14:39:26 Subject: [PATCH] ipython here uses /C instead of /K --- diff --git a/doc/examples/ipython_here_shell_extension.reg b/doc/examples/ipython_here_shell_extension.reg index 48b6b7e..3ed6367 100644 --- a/doc/examples/ipython_here_shell_extension.reg +++ b/doc/examples/ipython_here_shell_extension.reg @@ -3,4 +3,4 @@ [HKEY_CLASSES_ROOT\Directory\shell\IPython here] [HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command] -@="cmd.exe /K ipython.py -p sh -i -c \"%cd %1\"" \ No newline at end of file +@="cmd.exe /C ipython.py -p sh -i -c \"%cd %1\"" \ No newline at end of file