S
SteveKidd
Hi,
I've written a few scripts with adsi using vbscript but
can't seem to manage the basic task of opening notepad
and dumping the results into it.
I'm working along the lines of;
Set objNotepad = WScript.CreateObject
("Notepad.Application")
objNotepad.Visible = 1
Sorry for asking such a divvy question but can't seem to
find a reference library as to how to launch applications
and have text dumped into them... any good reference's
out there ?
cheers,
Steve
I've written a few scripts with adsi using vbscript but
can't seem to manage the basic task of opening notepad
and dumping the results into it.
I'm working along the lines of;
Set objNotepad = WScript.CreateObject
("Notepad.Application")
objNotepad.Visible = 1
Sorry for asking such a divvy question but can't seem to
find a reference library as to how to launch applications
and have text dumped into them... any good reference's
out there ?
cheers,
Steve