How to create temporary files in memory visible for other process, using python
Posted
by LazyMiha
on Stack Overflow
See other posts from Stack Overflow
or by LazyMiha
Published on 2010-06-11T14:10:06Z
Indexed on
2010/06/11
14:12 UTC
Read the original article
Hit count: 179
Hello!
I`m trying to write simple batch file generator in python. Batch file consist of about 30-50 lines of text and is passed to other applications. During the execution of script there a lot of calls to external applications. I want to create file in memory (like named pipes in win32). Is there any platform independ way?
p.s. sorry for possible mistakes in text, I'm still learning English
© Stack Overflow or respective owner