It works if you type it in on the command line. It doesn’t work if you pass the command and it’s arguments as an argument to os.execute() or io.popen() from a lua script. That’s when you need the extra set of quote marks.
It works if you type it in on the command line. It doesn’t work if you pass the command and it’s arguments as an argument to os.execute() or io.popen() from a lua script. That’s when you need the extra set of quote marks.