From: J L. T. <jlt...@ma...> - 2023-01-14 04:04:43
|
I have several accounts on my machine. One returns absolutely nothing; the other sets return code 13. I wonder, is NetRexx sensitive to the version of Java in use? I recently upgraded from Java 18 to Java 19; is that significant? Leslie On 2023-01-12 09:22:11 Jeff Hennick wrote: > Leslie, > I am not sure what is going on. If there is some setting in your system or > shell that is causing the problem. Could it not like the "/*"? (Or "like" > it too well?) I have not been able to duplicate the problem on my Windows > 10 system in PowerShell. I'm not working with the full file -- I'm not sure > where/how to get it -- so first here is my test file, then the results from > your pipe, which was copy and pasted from your posting. PS > C:\Users\Jeff\Documents\nr\netrexx-code\examples\pipes> pipe "(getHelp) < > getOOrexxDocs.nrx | console" > some start lines > /* -- Help File Text Start - > some > interior > lines > */ -- Help File Text End - > some end lines > PS C:\Users\Jeff\Documents\nr\netrexx-code\examples\pipes> pipe "(getHelp) > < getOOrexxDocs.nrx | inside %/* -- Help File Text Start -% %*/ -- Help > File Text End -% | console" some > interior > lines > PS C:\Users\Jeff\Documents\nr\netrexx-code\examples\pipes> > > Are you getting some error message? No output with an abnormal return code? -- |