Thorsten Kampe wrote:
> * Vivian Tini (Tue, 7 Aug 2007 12:20:29 +0200)
>
>> The TestCases executable works properly when I run it from the shell prompt.
>>
>> Then I try to run it from the Python command prompt by the following script:
>>
> import os
> os.system("home/.../.../.../T
Vivian Tini wrote:
> Dear All,
>
> I am a newbie in Python and I would like to create command line interface for
> executing different softwares, either local or remotely.
>
> I begin with a very simple case in which I have an executable file called
> "TestCases" and this file requires Des.in
* Vivian Tini (Tue, 7 Aug 2007 12:20:29 +0200)
> The TestCases executable works properly when I run it from the shell prompt.
>
> Then I try to run it from the Python command prompt by the following script:
> >>> import os
> >>> os.system("home/.../.../.../TestCases")
>
> I used "..." to type i
Dear All,
I am a newbie in Python and I would like to create command line interface for
executing different softwares, either local or remotely.
I begin with a very simple case in which I have an executable file called
"TestCases" and this file requires Des.in as an the input. Both files are