home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 February
/
PCWorld_2006-02_cd.bin
/
software
/
vyzkuste
/
triky
/
triky.exe
/
autoit-v3-setup.exe
/
Examples
/
FileCopy.au3
< prev
next >
Wrap
Text File
|
2004-09-22
|
143b
|
6 lines
FileCopy("C:\*.au3", "D:\mydir\*.*")
; method to copy a folder (with its contents)
DirCreate("C:\new")
FileCopy("C:\old\*.*", "C:\new\")