Originally posted by dooomer at 2008-1-12 08:17 PM:
It seems that the main difficulty of the original poster is not being able to generate a txt temporary file.
Isn't there something called a memory disk? Virtually create a readable and writable disk in memory, and then redirect the output to a txt file for processing.
Finally, this solution was adopted to solve the problem, thank you everyone