##// END OF EJS Templates
ipython here uses /C instead of /K
vivainio -
Show More
@@ -1,6 +1,6 b''
1 Windows Registry Editor Version 5.00
1 Windows Registry Editor Version 5.00
2
2
3 [HKEY_CLASSES_ROOT\Directory\shell\IPython here]
3 [HKEY_CLASSES_ROOT\Directory\shell\IPython here]
4
4
5 [HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command]
5 [HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command]
6 @="cmd.exe /K ipython.py -p sh -i -c \"%cd %1\"" No newline at end of file
6 @="cmd.exe /C ipython.py -p sh -i -c \"%cd %1\"" No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now