Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoke PC Browser Window from AS400 green screen

Status
Not open for further replies.

Hoefie

Technical User
May 31, 2002
11
0
0
NL
Hi There,

Am looking for a solution to call a pc browser window from an emulated AS400 screen. Preferably, this screen should call an Internet website different from the standard startscreen, directly on startup.

Help is appreciated. Thanks in advance!
 
Use command STRPCO to start the client access organizer. Then give command
STRPCCMD PCCMD('start <url>').

For eg:

STRPCO
STRPCCMD PCCMD('start
This can be used in a CL program as well.

Regards,
Siva
 
My guess is that it would depend on your emulator software. We use Esker TUN and I can (an often do) send a command string to the screen which is detected by the emulator program and executed WITHOUT effecting the current terminal screen. That's one way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top