User Profile

Collapse

Profile Sidebar

Collapse
rami823
rami823
Last Activity: Sep 29 '08, 07:25 PM
Joined: Sep 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rami823
    replied to os.system()
    I learned from little research that the function os.fork() does not work on microsoft windows and it only works on linux....
    See more | Go to post

    Leave a comment:


  • rami823
    replied to os.system()
    hi,
    I have now another problem,
    I am opening two programs using two

    os.system() commands but the problem is that the second program does not open unless I close the first one.
    It does not matter which program comes first

    thank you all for the support
    Ram...
    See more | Go to post

    Leave a comment:


  • rami823
    replied to os.system()
    Thank you shreyas it worked :)...
    See more | Go to post

    Leave a comment:


  • rami823
    replied to os.system()
    Thanks for the help,
    I tried the following and I got these:


    >>> os.system("c:/")
    1
    >>> os.system("c:/")
    1
    >>> os.system("P:/")
    1
    >>> os.system("c:")
    0
    >>> os.system("P:")

    but neither C: nor P: drive opened...
    See more | Go to post

    Leave a comment:


  • rami823
    started a topic os.system()

    os.system()

    Hi,
    I am tryting to invoke an application that is located at:
    "P:\P_NS0\tools \tpprogV27k.exe "

    I am only using the following the following code:

    import os
    os.system("P:\P _NS0\tools\tppr ogV27k.exe");

    I get the following error:
    'P:\P_NS0' is not recognized as an internal or external command,
    operable program or batch file.

    If I type the...
    See more | Go to post
No activity results to display
Show More
Working...