I have os.execute silently failing because of long commands. What is the maximum length of the string that can go in os.execute? Just as a note the same command runs fine through the shell so it's not a shell limit.
Thank you.
Does the command work if you pass it to the C system function directly?