Yes, big question, but I really am looking for the UNIX equivalent of a Windows JScript that does the following (for example only, I realized I can't call a Microsoft application on UNIX)....
var objwd=new ActiveXObject("word.application");
objwd.visible=false;
objwd.Documents.open("blah");
...
Again, obviously the example above is a Windows-application specific example only. What I'm looking to do is merely emulate a similar concept except using Java (or Perl would be fine too, but I have so little knowledge of either). I want to create an object reference to a particular UNIX-installed application and then manipulate the object with the permissible methods associated with that object. I'm fairly familiar with the way to do this in Windows Scripting, but am quite new to UNIX and am trying to learn the various analygous scripting methods there. Any help (especially code samples) would be much appreciated.
2007-06-13
06:05:11
·
2 answers
·
asked by
hmmmmm
2
in
Computers & Internet
➔ Programming & Design
My UNIX box is Sun Solaris.
2007-06-13
10:11:50 ·
update #1