Search found 3 matches

by crustacean
Sat Mar 25, 2006 12:09 pm
Forum: IO-Warrior Deutsch
Topic: Zugriff auf IOWarrior von WSH (Windows Scripting Host)
Replies: 5
Views: 7106

Gibt es einen bestimmten Grund, warum noch niemand an einem derartigen COM/ActiveX Objekt Interesse gezeight hat? Es scheint mir doch eine sehr praktische Sache zu sein? Und dann könnte man auch endlich werben mit "Kassenschublade von Windows Befehlszeile aus öffnen? Kein Problem!"
by crustacean
Fri Mar 24, 2006 5:42 pm
Forum: IO-Warrior Deutsch
Topic: Zugriff auf IOWarrior von WSH (Windows Scripting Host)
Replies: 5
Views: 7106

Kein Zugriff auf DLLs unter VBScript :-(

Habe gerade diesen Absatz gefunden:

Because VBScript is a subset of Visual Basic, you would expect that it supports the calling of DLLs. Unfortunately, as of this writing VBScript does not support it. This might change in the future. VBScript is the new kid on the block and continues to evolve as ...
by crustacean
Thu Mar 23, 2006 3:53 pm
Forum: IO-Warrior Deutsch
Topic: Zugriff auf IOWarrior von WSH (Windows Scripting Host)
Replies: 5
Views: 7106

Zugriff auf IOWarrior von WSH (Windows Scripting Host)

Hallo,

hat jemand eine Idee, wie man am einfachsten direkt von WSH (Windows Scripting Host) Scripts auf den IOWarrior zugreift? Also z.B. aus VBScript oder JScript?

Ich denke da an sowas wie
dim mywarrior
Set mywarrior = CreateObject("CodeMercenaries.IOWarrior24")
mywarrior.WriteSimple ...