From: <hp...@we...> - 2022-06-08 01:44:03
|
Hi Marc! Thank you for this hint. It's new for me, a nice finding :) Best, M. Am 07.06.2022 um 20:29 schrieb Marc Remes: > > > On 6/7/22 18:25, hp...@we... wrote: >> BTW, the argument for pipe.bat (or ripe.bat >> for me) only requires a double quote at the beginning but none at >> the end. That's one more know-how issue, free of know-why. > > Mike, > > I think that's courtesy of Microsoft CMD.EXE implementation. > When an argument (or program) contains blanks, it requires a > double quote at the beginning of the string. > It's less stringent on having a closing double quote: > << > C:\Users\win11>dir /B "a space.txt" > a space.txt > > C:\Users\win11>dir /B "a space.txt > a space.txt >>> > > Marc > > > _______________________________________________ > netrexx-pipelines mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines |