Hello.
I use a dos command such as
dir c:\ /s /b >files.log[/code:2960ku5n] to generate a file called [b]files.log[/b] that looks sort of like this: [code:2960ku5n]\\server\e$\v$\priv\ad\scs\Crypto.Hash.MD4.pyd \\server\e$\v$\priv\ad\scs\library.zip \\server\e$\v$\priv\ad\scs\python26.dll \\server\e$\v$\priv\ad\scs\scanner.exe \\server\e$\v$\priv\ad\scs\scs.exe[/code:2960ku5n] If I try to import this log file into a ListBox in Construct, it goes well. Except, this log file can easily reach the size of 55MB or more. If I try to import the file while it's that large, my application freezes and I have to close it forcefully. Is there anything I can do?
how do you run the dos command from construct2?
Develop games in your browser. Powerful, performant & highly capable.
i think you're 3 years too late
imothep85 The only method I could think of for that is using Node-Webkit and calling an external .bat file (so you'd have to program the dos command in the batch file).