Python Forum
Can I make a session on os.system
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I make a session on os.system
#2
The program should wait for the os.system to finish before executing other statements. Two other options, 1) use subprocess.run
https://pymotw.com/3/subprocess/index.html 2) import the 2nd program and call a function or class within that program
Reply


Messages In This Thread
Can I make a session on os.system - by Serferi - May-09-2019, 06:36 AM
RE: Can I make a session on os.system - by woooee - May-09-2019, 06:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 19,591 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  Make nested system directories based on an unsorted list? koebi 0 2,026 Mar-25-2020, 01:14 PM
Last Post: koebi
Question Difference between Python's os.system and Perl's system command Agile741 13 9,335 Dec-02-2019, 04:41 PM
Last Post: Agile741
  Powershell Session translation to Python; Session code seems to not work Maverick494 1 4,664 Jun-26-2018, 05:16 PM
Last Post: Maverick494

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020