Forum Replies Created
- AuthorPosts
- mikez302Member
I played around with those settings and found out that they work sometimes, but not if the path to the file has spaces in it. I fixed this problem by changing my arguments setting to this:
/c “”C:Program FilesPython26python.exe” “$(Path)” && pause”
mikez302MemberThank 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.
mikez302MemberI am using the command prompt window. I don’t like the output bar because I can’t see any of the output until the program is finished running, which can be a problem for big operations.
I am now curious: if it is not possible to keep the command prompt window open, is there some way to make the output window show the output while the program is running, instead of waiting until it finishes?
mikez302MemberCool. This is what I was trying to do. Thank you.
mikez302MemberI did that. How do I open the new window?
mikez302MemberWhen I pick the “New Group” command, my open document moves to the new window. Is there any way to open a new window without any documents in it? I would like to open the window first, then load the documents, similar to how I can in other editors.
mikez302MemberThank you. I didn’t notice that I could drag the tab outside of the window. That is good enough for me, but I would still prefer to have some sort of “new window” menu command. Is there any way of adding it?
- AuthorPosts