1# Go to Run and Run with an external Program in Notepad++
2# Change the Python Path but not the brackets.
3# You can save this command in Notepad++ with a Hotkey
4C:\Python26\python.exe "$(FULL_CURRENT_PATH)"
5# Python Path Dont Change this
6# Put -i after the path to keep the console open instead of closing it instant.