Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
window command window
#2
What's the purpose of the command window? Do you want to type into it? If so, why would you have the program shut it down? It won't know when you're done typing.

If you just want to run some windows programs, you don't need to open a command window to do so.

Right now it looks like you have a program (python? batch?) that tries to start a command shell and invoke a python program inside. I would suggest you run the python program instead of the command shell. Don't bother running it inside one.
buran and ndc85430 like this post
Reply


Messages In This Thread
window command window - by RobertAlvarez424 - Aug-03-2021, 10:26 PM
RE: window command window - by bowlofred - Aug-03-2021, 10:37 PM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 01:35 AM
RE: window command window - by Gribouillis - Aug-04-2021, 06:44 AM
RE: window command window - by buran - Aug-04-2021, 08:18 AM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 02:56 PM
RE: window command window - by snippsat - Aug-04-2021, 06:19 PM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 08:18 PM
RE: window command window - by RobertAlvarez424 - Aug-05-2021, 02:17 PM
RE: window command window - by jefsummers - Aug-05-2021, 03:11 PM
RE: window command window - by snippsat - Aug-05-2021, 03:40 PM
RE: window command window - by RobertAlvarez424 - Aug-05-2021, 05:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Hide CMD call window tester_V 8 617 Apr-16-2024, 08:26 PM
Last Post: deanhystad
  Open files in an existing window instead of new Kostov 2 495 Apr-13-2024, 07:22 AM
Last Post: Kostov
  How to Minimize ADB window OomKoos 0 470 Dec-29-2023, 12:41 PM
Last Post: OomKoos
  add entries and labels to the window tkinter jacksfrustration 3 799 Oct-10-2023, 06:41 PM
Last Post: buran
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 2,161 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Can't stop keyboard listener to grab chars typed inside CTk window Valjean 9 1,616 Sep-25-2023, 08:07 PM
Last Post: deanhystad
  read active document name - other than from the window title ineuw 0 607 Sep-11-2023, 09:06 AM
Last Post: ineuw
  how to open a popup window in tkinter with entry,label and button lunacy90 1 1,074 Sep-01-2023, 12:07 AM
Last Post: lunacy90
Bug tkinter.TclError: bad window path name "!button" V1ber 2 978 Aug-14-2023, 02:46 PM
Last Post: V1ber
  Howto do motion event on solely window and not the widgets on it? janeik 3 981 Jul-11-2023, 12:10 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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