#6873
mikez302
Member

Thank you. The link was helpful, although I didn’t do it exactly like it was described.

I am trying to run Python programs from EmEditor. In case this may help anyone, here are the settings I used:

Title: Python (separate window)
Command: \%WinDir\%system32cmd.exe
Arguments: /c “C:Program FilesPython26python.exe” $(Path) && pause
Initial Directory: $(Dir)

With these settings, my program will run, and the output will stay on the screen until I press a key.