Page 1 of 1

STRPCCMD

Posted: 30 Jul 2021, 16:52
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

Re: STRPCCMD

Posted: 02 Aug 2021, 16:52
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

Re: STRPCCMD

Posted: 29 Sep 2021, 18:34
by RobCol
Hello Faitdinkum,
Sorry for the delay in answering you, you are number one!
Now I try!
Thanks a lot!