Well, I have this too.
But the problem is I can't able to do copy..
var myObject = new ActiveXObject("Scripting.FileSystemObject");
var myFolder = myObject.GetFolder("/Users/admin/Desktop/LZW/For General");
myFolder.Copy("/Volumes/CTC/Normal/MyFiles", true);
Result while runnig script is :ActiveXObject does not have a constructor.
Please help!... and advance thanks to forum...