|
* Alexander Gladysh: > I think I should use os.execute with output, piped into a temporary > file (sine io.popen doesn't work on Windows). This won't work reliably due to charset issues, I fear. You really have to use proper operating system APIs for this job.