Jump to content

Start my script with Windows?


Recommended Posts

How can i make my script start automatically with windows?

I can move it in the autostart folder but with every windows

version and language the autostart folder is located at another

folder so is there a method to make my script start automatically

with windows by editing the registry?

File("Clock-alarm.au3")

thx mates :)

Edited by sd333221
Link to comment
Share on other sites

  • Developers

How can i make my script start automatically with windows?

I can move it in the autostart folder but with every windows

version and language the autostart folder is located at another

folder so is there a method to make my script start automatically

with windows by editing the registry?

File("Clock-alarm.au3")

thx mates  :)

<{POST_SNAPBACK}>

check out: @StartupDir

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

FileCopy("Clock-alarm.au3", "@StartupDir")

like that?

thx for ur fast help

<{POST_SNAPBACK}>

nope, don't put it between quotes:

FileCopy("Clock-alarm.au3", @StartupDir & "\", 1)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...