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