boot script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ataraxia2500

    boot script

    hey all,
    I wrote a tiny python script and I'd like to execute it on boot time and
    I'd like to execute it after all the boot script and services have been
    started if u see what I mean.

    thanx in advance

  • Irmen de Jong

    #2
    Re: boot script

    ataraxia2500 wrote:[color=blue]
    > hey all,
    > I wrote a tiny python script and I'd like to execute it on boot time and
    > I'd like to execute it after all the boot script and services have been
    > started if u see what I mean.[/color]

    Well perhaps you should be clearer in formulating the problem you're having
    and what OS you are using because no answer can be given to you with the
    amount of info that you've provided in your message if you catch my drift.

    ;-)

    --Irmen

    Comment

    • Peter Hansen

      #3
      Re: boot script

      ataraxia2500 wrote:[color=blue]
      >
      > I wrote a tiny python script and I'd like to execute it on boot time and
      > I'd like to execute it after all the boot script and services have been
      > started if u see what I mean.[/color]

      Great to hear! Let us know how it works out... ;-)

      -Peter

      Comment

      • Paul Watson

        #4
        Re: boot script

        "Peter Hansen" <peter@engcorp. com> wrote in message
        news:3F93E3E8.F 29C69B0@engcorp .com...[color=blue]
        > ataraxia2500 wrote:[color=green]
        > >
        > > I wrote a tiny python script and I'd like to execute it on boot time and
        > > I'd like to execute it after all the boot script and services have been
        > > started if u see what I mean.[/color]
        >
        > Great to hear! Let us know how it works out... ;-)
        >
        > -Peter[/color]

        This sounds like an operating system question rather than a Python question.
        Are you asking a question about using the UNIX init process or integrating
        into the Windows registry startup settings? If so, those are not Python
        questions.


        Comment

        Working...