5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
|
<%
|
||
|
Dim objFSO, objFile
|
||
|
Set objFSO = CreateObject("Scripting.FileSystemObject")
|
||
|
objFSO.CopyFolder "c:\mydata", "c:\backupdata"
|
||
|
%>
|