How does runret() quote text that contains spaces?
Posted: 08 Aug 2023 23:06
Is there a way to add quotes to "For Test"? I tried several combinations but none worked.
If not, I'll keep using the run command.
Code: Select all
text runret("cmd /c ""<xyscripts>\EV FOR XY\es.exe"" For Test");Code: Select all
run "<xyscripts>\EV FOR XY\es.exe ""For Test"" -export-txt ""D:\Test.txt""",, 2, 0;
text readfile("D:\Test.txt");