that is displaye RunShell AND CRT screen

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

that is displaye RunShell AND CRT screen

#1 Post by digitsoft »

hello Roger
How can I get the data that is displayed using RunShell to be visualized on a CTR screen?
Attachments
Captura.JPG
Captura.JPG (171 KiB) Viewed 7985 times
Nolberto Paulino
Regards

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: that is displaye RunShell AND CRT screen

#2 Post by Auge_Ohr »

hi,

RunShell use a different Instance so you have no access in GUI.

in VIO Mode you can try SAVE SCREEN -> cString where even 2nd Sign is a Attribute

you also can try to redirect to Clipboard

Code: Select all

DIR *.* | CLIP
greetings by OHR
Jimmy

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: that is displaye RunShell AND CRT screen

#3 Post by rdonnay »

You could send the Command window output to a file like so:

Runshell('/C','DIR > junk.txt')

Then you can load the contents of junk.txt into a GUI or CRT window.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: that is displaye RunShell AND CRT screen

#4 Post by digitsoft »

Thank you
rdonnay wrote:You could send the Command window output to a file like so:

Runshell('/C','DIR > junk.txt')

Then you can load the contents of junk.txt into a GUI or CRT window.
Nolberto Paulino
Regards

Post Reply