Search found 3 matches
- Sat Mar 25, 2006 12:09 pm
- Forum: IO-Warrior Deutsch
- Topic: Zugriff auf IOWarrior von WSH (Windows Scripting Host)
- Replies: 5
- Views: 7106
- 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 ...
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 ...
- 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 ...
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 ...