Execute external program from Linux/Delphi 10.2 console application
问题 How can I execute an external program from a Linux console application created in Delphi 10.2 Tokyo? What I want to do is execute a shell command with parameters like /home/test/qrencode -o /tmp/abc.png '08154711' I do not need the output of the program but it should be executed synchronously. It is easy in Windows environments but as 64 bit Linux support in Delphi (after Kylix) is quite new, I could not find any hints on the Web by now. Any tip helping me to solve that is very appreciated.