Re: [Tutor] Ending a script

2008-02-06 Thread Alan Gauld
"Damian Archer" <[EMAIL PROTECTED]> wrote > When I am running a script in cmd the script runs but the cmd > windows closes > immediately after the script has finished. > > Is there anyway I can freeze the cmd window until a user actually > closers > it?? I discuss various ways to address this

Re: [Tutor] Ending a script

2008-02-06 Thread Chris Fuller
On Wednesday 06 February 2008 09:23, Damian Archer wrote: > When I am running a script in cmd the script runs but the cmd windows > closes immediately after the script has finished. > > Is there anyway I can freeze the cmd window until a user actually closers > it?? There are numerous ways to do t

Re: [Tutor] Ending a script

2008-02-06 Thread Kent Johnson
Damian Archer wrote: > When I am running a script in cmd the script runs but the cmd windows > closes immediately after the script has finished. > > Is there anyway I can freeze the cmd window until a user actually > closers it?? End your script with something like raw_input('Press any key to e

[Tutor] Ending a script

2008-02-06 Thread Damian Archer
When I am running a script in cmd the script runs but the cmd windows closes immediately after the script has finished. Is there anyway I can freeze the cmd window until a user actually closers it?? ___ Tutor maillist - Tutor@python.org http://mail.pyt