STRPCCMD

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
RobCol
Posts: 12
Joined: 17 Mar 2021, 22:25

STRPCCMD

Post by RobCol »

Hello,
In many information systems developed in 5250 there are many programs that use the STRPCCMD command, in the web version of AXES I cannot get these procedures to work.

Is there a way to use these procedures without changing programs using the STRPCMD?

Thank you
Fairdinkum
Posts: 128
Joined: 24 Jul 2017, 17:02

Re: STRPCCMD

Post by Fairdinkum »

Hi RobCol,

There are little bit complecated steps, though, we have actually provided this way to customers who wanted to have it, and it's been successful.
The easiest steps to implement for your trial:
1) execute "setting_Win10.bat" ---> Reply "OK/Yes/Next" to pop-up messages. It adds some registry keys.
2) customize with reference to the pdf p.5-11


Overview:
- Adding registry keys so that an url scheme "axescmd:" is available.
- c:\bin\axescmd.ps1 is a Power Shell script. It retrieves PCCMD string bia the url scheme "axescmd:", then execute a local bat file.
- Customizing the PC Organizer screen so that passing PCCMD string with the url scheme "axescmd:" on the browser.


Result will be as follows.

ACS:
https://drive.google.com/file/d/16NmvrB ... sp=sharing

aXes:
https://drive.google.com/file/d/1tD_IOn ... sp=sharing

Note:
- Not 100% emulates to MS dos commands. So highly recommend you to call *.bat.
- Sorry but attached document is Japanese edition. Please translate it m(__)m

HTH!

Regards,
Hide
Attachments
demo_Environment_ConfigurationFile_20210310.zip
(3.52 MiB) Downloaded 495 times
RobCol
Posts: 12
Joined: 17 Mar 2021, 22:25

Re: STRPCCMD

Post by RobCol »

Hello Faitdinkum,
Sorry for the delay in answering you, you are number one!
Now I try!
Thanks a lot!
Post Reply