[EMAIL PROTECTED] wrote:
> Hi
>
> #1 How do I open a script from another script.
Use subprocess or popen
> #2 when I run the script how can I supply commands to the script.
See documentation on subprocess or popen
> #3 how do I find the what commands the script needs.
See documentation that c
Hi
#1 How do I open a script from another script.
#2 when I run the script how can I supply commands to the script.
#3 how do I find the what commands the script needs.
The thing is like this. I need to set up a module on my server, but i
cant access the server with a comand line. So I want to ru