Paolo Posted February 14, 2007 Share Posted February 14, 2007 If I have , for example, a batch file like this : Copy %1 %2 How can I do the same in AutoIt ? Link to comment Share on other sites More sharing options...
jokke Posted February 14, 2007 Share Posted February 14, 2007 $file1 = 'c:\test.txt' $file2 = 'c:\test2.txt' FileCopy($file1,$file2) UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
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