Thread

Scriptable SDK ? (Sdk)

Scriptable SDK ? // Sdk

1  |  

raven shadow

Aug 6, 2001, 3:25pm
Would someone create the sdk as a window scriptable object ?
So those of use that don't know or have the resources to learn a programming
language , can play around with it too ?

john viper

Aug 6, 2001, 11:00pm
"raven shadow" <ravenshadow001 at hotmail.com> wrote in
news:3b6ed2f9 at server1.Activeworlds.com:

> Would someone create the sdk as a window scriptable object ?
> So those of use that don't know or have the resources to learn a
> programming language , can play around with it too ?

I am not quite sure what you mean, but there are bots available that can
completely utilize the SDK but are in a scripting type format. Look around
for Hambot and Xelagot. I don't know the URLs right off hand, but I am sure
someone can help you out there.

_____________________________________________
Jeff Tickle (John Viper, #296714)
jviper at jtsoft.net
http://www.jtsoft.net

brandon

Aug 6, 2001, 11:50pm
xelagot: www.imatowns.com/xelagot
HamBot: www.hamfon.com

[View Quote]

raven shadow

Aug 7, 2001, 2:10am
I appologize , I didn't have enough time to be more specific (and I made a
few typos), So I will try now.

What I'm looking for is a version of the sdk compiled into a Window's
Scripting Host scriptable object .
A scriptable .exe , that , when run independantly it just pops up an "About"
box , then shutsdown , would be better then a .ocx or .com object that to be
registered.
Run Wscript.exe for an example of this.

The Windows Scripting Host provides a way to run *.js & *.vb script files
outside of a web page , but can be used in *.hta files.
It provides access to the file system , registry , running executables ,
etc.
The above functionality is gained by loading wscript.exe as an activex
object (a.k.a. an Automation object ) and accessing it's funcutions and
methods via jscripts,vbscript or javascript , using the following method:
// jscript example

var newObject = new ActiveXObject(servername.typename[, location])
used as

var newObject = new ActiveXObject("WScript.shell")

at which point you'd have an object pointer that can be used to access
wscript.exe's methods and functions .
examples:
WScript.Echo ("Hello World!")
WScript.Sleep(100);
var ScriptVer = WScript.Version;
etc.

What I was hoping for was a way to load a version of the sdk as an activex
(Automation) object and access it's methods/functions in a similar way, to
create
a jscript base hta bot.

raven shadow

Aug 7, 2001, 4:08am
http://msdn.microsoft.com/library/en-us/dnwsh/html/msdn_wsh_wp.asp
for more info on the sindows scripting host.

kah

Aug 11, 2001, 6:46pm
if you want to use JS scripts, download the JKMT Bot Tool (source and
compiled version available from a URL I can't remember, look in the VB SDK
forum on grimmsoft.com, in a post by Sado). anyway, I'd recommend
programming with a compiler instead of some dodgy MS crap.

KAH

[View Quote]

raven shadow

Aug 12, 2001, 6:22pm
Thanks for the repy , i'll check it .
I'd prefere using programing languge ,too , I but know none . :-)

[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn