Sublime Forum

Python script running in Windows cmd prompt

#1

Hello everyone!

I’ve searched for this, so maybe I’ve missed it … I’m trying to get a python script to run / show results in Windows 7 command prompt. That is to say,
when I run it from Sublime I would like to get the result of let’s say,

print "Hello world"
as a

Hello world
in a new cmd window.

Is such a thing possible? If so, could anyone at least point me in the right direction where would be a good first place to look to enable it?

Kind regards

0 Likes