<% set filemanager = Server.CreateObject("Bamboo.FileManager") ' the last parameter (optional) as true indicates to overwrite if the file already exists filemanager.Copy("autoexec.bat", "d:\backup\autoexec.bat", true) %>