Sending vbscript to as400, client access

hugobooze

Freshman
Joined
Jul 22, 2003
Messages
25
Location
Sweden
When i'm using the telnet-based Client Access-Session, I can create and run macros instead of input data manually. This macros can be converted to VBScript-macros.

I want to send commands to a program on the as400 (namely ASW) via the vb.net-application I am developing.

My question is:
Is there any way to run this VB macros, or single VB commands from a vb-applicationm using a COM-object or something similar? I checked the "IBM AS/400 Client Access Express ActiveX Object Library", but it seems like this object uses a lower level of communication.
 
Back
Top