webxt Posted January 30, 2007 Posted January 30, 2007 Hello guys! I have a question, how can I create a copy of current file in other directory ? For example I have a msgbox function MsgBox(0, "Hello..", "Welcome!") and.. when i execute this create a copy in D:\directory\msgbox.au3 It is possible ? Regards, webxt
Krol Posted January 30, 2007 Posted January 30, 2007 FileCopy(@ScriptFullPath,"D:\directory\msgbox.au3")
i542 Posted January 30, 2007 Posted January 30, 2007 FileCopy(@ScriptFullPath,"D:\directory\msgbox.au3") Try and this! MsgBox(0,"Hello","Welcome...") FileCopy(D:\ThingToCopy.txt,"D:\directory\CopiedThing.txt") You must have a text document ThingToCopy in D:. i542 I can do signature me.
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