Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The VeryTime,Stay informed and read the latest news today from The VeryTime, the definitive source.

How to Open CMD in the Background With Python

32
    • 1). Open your Python program for editing in your code editor of choice.

    • 2). Create a new line in the section of the program where you want to open a CMD window by pressing the "Enter" key.

    • 3). Type (into the new line you just created) the following:

      "py.ext_launch("c:\windows\system32\cmd.exe","arguments");" where "arguments" can either be blank or can be the arguments and applications you want to execute in the command prompt window.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.