google-code-export / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

OLE automation needed #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Pls, add ole automation client.

Original issue reported on code.google.com by oolmf...@gmail.com on 6 Oct 2008 at 10:37

GoogleCodeExporter commented 9 years ago
It's not an easy task ! But perhaps I can add a wrapper to the jsdb project that
supports OLE.

Original comment by sou...@gmail.com on 6 Oct 2008 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 14 Nov 2009 at 12:27

GoogleCodeExporter commented 9 years ago
current status:
    var obj = new ComObject('Scripting.FileSystemObject');
    var file = obj.CreateTextFile("foobar.txt");
    file.Write("Hello World");
    file.Close();

Original comment by sou...@gmail.com on 14 Nov 2009 at 12:29