open notepad++.
on the menu go to: run -> run.. (f5).
type in: cmd /k python “d:\bak.py” & echo. & pause & exit
cmd /k python “$(full_current_path)” & echo. & pause & exit
A programmer’s note boke for work and life
open notepad++.
on the menu go to: run -> run.. (f5).
type in: cmd /k python “d:\bak.py” & echo. & pause & exit
cmd /k python “$(full_current_path)” & echo. & pause & exit