Seidel Posted November 28, 2006 Posted November 28, 2006 (edited) hi, i want copy the autoit script on startup automaticly into an other location. FileCopy("the script.exe???, "C:\Programms\DiabloEx", 9) but what is the command for the currently file? i hope its understandable bye seidel Edited November 28, 2006 by Seidel
xcal Posted November 28, 2006 Posted November 28, 2006 In the help file: Autoit >> Macros Reference How To Ask Questions The Smart Way
dabus Posted November 28, 2006 Posted November 28, 2006 FileCopy(@ScriptFullPath, "C:\Programms\DiabloEx", 9)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now