> It looks like you're hitting the MS Windows cmd limitation.
You are absolutely correct. I've just confused with my tryouts.
Initially i've got a problem with this async code:
dialog = wx.wxDialog(wx.NULL, wx.wxID_ANY, "",wx.wxDefaultPosition,
wx.wxDefaultSize)
dialog:Connect(wx.wxEVT_END_PROCES
On Thu, Apr 24, 2014 at 3:02 PM, empa...@gmail.com wrote:
> This code snippets doesn't work for me with cmd output bigger or equal
> 8180 symbols.
>
> proc = wx.wxProcess()
> proc:Redirect()
> exec = wx.wxExecute("cmd /c echo "..string.rep("8",8180),true,proc)
> output = proc:GetInputStream()
> pr