User Profile
Collapse
-
I learned from little research that the function os.fork() does not work on microsoft windows and it only works on linux.... -
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...Leave a comment:
-
-
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: