School Project, Need Help Fast!

Patrick Ellis pellis.no.spam at tampabay.rr.com
Tue Oct 12 22:08:17 EDT 2004


Robert Brewer <fumanchu at amor.org> typed:
> Gavin Bauer wrote:
>> The "press enter to exit" thing is because my DOS
>> shuts off the second it finishes computing, which
>> leaves me without seeing the final information.
>> I would love it if someone knew how I could change
>> my Dos preference...
>
> There's a switch for that which I can't recall at the moment.
> Workaround: Start->Run->cmd, then navigate to your script and type
> "python myscript.py".

Goto "Folder Options" and "File Types" and select .py files.

Add a new action called "open in persistent window" with the following
command:
cmd.exe /x /k C:\Python23\python.exe "%1" %*

You can make that the default action if you want. I didn't, prefering to
make editing the file my default action.





More information about the Python-list mailing list