Python Forum
Schedule exit a program at a specific time 4 am every day.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Schedule exit a program at a specific time 4 am every day.
#1
I have a script, but it stops responding after 2 weeks or so, so now i am using task manager in windows to start the script every day at 5am. Can someone help me code to schedule to exit the program gracefully at 4am ? (no matter what time it starts but to shutdown gracefully at 4am)
Reply
#2
or if someone can provide me with a script to end a python script gracefully , so i can then schedule this task in windows 11 with task scheduler. so it can end the python script gracefully.
Reply
#3
(May-17-2024, 03:31 AM)chubbychub Wrote: if someone can provide me with a script to end a python script gracefully
What do you mean by 'end a python script gracefully'? Why not just kill the process?
« We can solve any problem by introducing an extra level of indirection »
Reply
#4
terminating the program or killing the script, leaves me a ghost icon in the taskbar (from reading and googling) hence i want to exit the program and clear the resources so there is no ghosting icon in the taskbar.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Basic Coding Question: Exit Program Command? RockBlok 3 721 Nov-19-2023, 06:31 PM
Last Post: deanhystad
  python difference between sys.exit and exit() mg24 1 2,017 Nov-12-2022, 01:37 PM
Last Post: deanhystad
  force a program to exit ? Armandito 3 2,768 May-12-2022, 04:03 PM
Last Post: Gribouillis
  Check if specific program is used alex_laco 3 1,708 Feb-23-2022, 05:09 PM
Last Post: ndc85430
  Cancelling previous schedule cosmarchy 2 2,953 Sep-15-2021, 04:55 PM
Last Post: Larz60+
  Schedule a task and render/ use the result of the task in any given time klllmmm 2 2,231 May-04-2021, 10:17 AM
Last Post: klllmmm
  Hosting a script on a VPS, and on a schedule? oldguy 0 3,059 Mar-13-2021, 02:46 AM
Last Post: oldguy
  Find frequencies of an audio file at a specific time via librosa jberesford123__ 0 2,501 Oct-21-2020, 01:18 PM
Last Post: jberesford123__
  Program to keep track of reading time test 3 2,568 Apr-08-2020, 08:38 AM
Last Post: snippsat
  Delete specific lines contain specific words mannyi 2 4,285 Nov-04-2019, 04:50 PM
Last Post: mannyi

Forum Jump:

User Panel Messages

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