Re: How to open a shell prompt from an existing shell prompt

2008-10-31 Thread Tino Wildenhain
Hi, gaurav kashyap wrote: Dear Tino, There is no subprocess module in python 2.3.5. My goal is: 1.Open a terminal window and login as root. 2.Issue some command in the terminal window that will open another terminal,similar to the onealready opened. Am i clear now. Not at all. All yo

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread gaurav kashyap
Dear Tino, There is no subprocess module in python 2.3.5. My goal is: 1.Open a terminal window and login as root. 2.Issue some command in the terminal window that will open another terminal,similar to the onealready opened. Am i clear now. -- http://mail.python.org/mailman/listinfo/python-l

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread Tino Wildenhain
gaurav kashyap wrote: Dear Tino, I am using python 2.3.5. on POSIX system,I have the simple query as: I log into the shell as root.Can i issue some command that will open another terminal?(i.e I get a duplicate copy of the shell prompt already opened) I'd say so but what would that have to do

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread gaurav kashyap
Dear Tino, I am using python 2.3.5. on POSIX system,I have the simple query as: I log into the shell as root.Can i issue some command that will open another terminal?(i.e I get a duplicate copy of the shell prompt already opened) -- http://mail.python.org/mailman/listinfo/python-list

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread Tino Wildenhain
gaurav kashyap wrote: reply please try to invest some time in your question, it might be a cultural thing and from my observations common in questions from the indian area... So "give me that." "I require..." might syntactically be correct, but the sound to other people on mailinglists is not

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread gaurav kashyap
reply please -- http://mail.python.org/mailman/listinfo/python-list

Re: How to open a shell prompt from an existing shell prompt

2008-10-30 Thread gaurav kashyap
Do we have subprocess module in python 2.3 -- http://mail.python.org/mailman/listinfo/python-list

How to open a shell prompt from an existing shell prompt

2008-10-29 Thread gaurav kashyap
Dear all. On windows platform python 2.4,i can use os.startfile("filename") to execute a file on a new command prompt but on unix platform and python 2.3 what is the alternate for executing a file like above in a new shell prompt -- http://mail.python.org/mailman/listinfo/python-list

Re: How to open a shell prompt from an existing shell prompt

2008-10-21 Thread Sean DiZazzo
On Oct 21, 4:52 am, gaurav kashyap <[EMAIL PROTECTED]> wrote: > Dear all, > I have a file in which i have written some shell commands to execute. > Herein i require to open another shell prompt from this file. > > or simply i want to open a new shell prompt from an existing shell > prompt. > How co

How to open a shell prompt from an existing shell prompt

2008-10-21 Thread gaurav kashyap
Dear all, I have a file in which i have written some shell commands to execute. Herein i require to open another shell prompt from this file. or simply i want to open a new shell prompt from an existing shell prompt. How could this be achieved. Thanks -- http://mail.python.org/mailman/listinfo/p