All Tags »
Automation Server can't create object
Sorry, but there are no more tags available to filter with.
-
Hi Friends,
I am trying to use the javascript's FileSysyemObject as ,,
var fso = new ActiveXObject("Scripting.FileSystemObject");
var a = fso.CreateTextFile("c:\\testfile.txt",true);
a.WriteLine("This is a ...