Python Forum
Open windows cmd prompt and run cmds with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open windows cmd prompt and run cmds with python
#4
What happens if you remove the line process.wait() ?
Also, from what I read elsewhere, you could try
process = sp.Popen(['start', 'cmd.exe', '@cmd', '/k', 'node serveronly'], cwd='C:/MagicMirror')
Reply


Messages In This Thread
RE: Open windows cmd prompt and run cmds with python - by Gribouillis - Jul-14-2022, 06:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  'pip' not recogmnized in windows prompt MaartenRo 1 521 Dec-21-2023, 09:05 AM
Last Post: menator01
  [SOLVED] [Windows] Right way to prompt for directory? Winfried 4 2,228 Jan-17-2023, 09:28 PM
Last Post: markoberk
  Windows install does not create .exe, shortcut,etc to open hammer 4 2,154 May-05-2022, 12:33 PM
Last Post: hammer
  Is it possible to open windows and do screenshots with Python? cubangt 2 1,453 Jan-14-2022, 03:57 PM
Last Post: cubangt
  Running Python in Command Prompt Anwar 3 3,277 Nov-15-2020, 03:15 PM
Last Post: snippsat
  starting python from windows command prompt MaartenRo 4 3,001 Sep-04-2020, 12:25 PM
Last Post: MaartenRo
  Open windows media player minimised TamP 1 2,349 Aug-02-2020, 08:40 PM
Last Post: Larz60+
  Python's id() function output in prompt and script mode stormshadow 4 3,948 Dec-10-2018, 10:08 AM
Last Post: stormshadow
  Subprocess command prompt (Windows) arnaur 6 10,702 Sep-06-2018, 07:22 AM
Last Post: arnaur
  Problem with interactive python prompt Groot_04 4 3,274 Aug-02-2018, 08:39 AM
Last Post: Groot_04

Forum Jump:

User Panel Messages

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