Python Forum
run python file on background and start on windows boot
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run python file on background and start on windows boot
#8
you can go with bat file, as suggested
or you can just create a link (shortcut)
Right-click -> New -> Shortcut

In the window that opens, write (or browse to find) the path to your python.exe. That will be in the top folder where you have installed python. Add full path to your script. So it will look like
c:\python3\python.exe c:\pathtoyourscript\yourscript.py

on the next window name your shortcut whatever youlike
Reply


Messages In This Thread
RE: run python file on background and start on windows boot - by buran - Jan-02-2018, 12:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ## Its part of my boot camp Task Raselrameda 7 2,819 Feb-14-2022, 05:20 PM
Last Post: Raselrameda
  As a new to Python & Hadoop I don't know where to start, I need your suggestion chanduporeddy 1 1,571 Oct-04-2019, 06:52 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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