View Single Post
Old Feb 21st, 2006, 3:27 PM   #9
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4 mackenga is on a distinguished road
Since posting this I learned a little more; you don't need to use "new ActiveXObject" really; this is neater:

var fs = WScript.createObject("Scripting.FileSystemObject");

I think the other method is just a little old-fashioned; it does work but I prefer this method.
mackenga is offline   Reply With Quote