﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3556	Run, RunWait and similar calls fail with large amounts of data	fopetesl		"I use Run() with small amounts of STDIO data and it works fine.
Another call with an expected 750+ bytes and it fails.
Examples
{{{
  $DOS = Run(@ComSpec & "" /c "" & ""echo ?DT | nc 192.168.1.6 80 > scan1.dta"", ""default"","""", $STDERR_CHILD + $STDOUT_CHILD)
  $DOS2 = Run(@ComSpec & "" /k "" & ""data1.bat"")
  $DOS3 = Run(@ComSpec & "" /k "" & ""data2.bat"")
  $DOS = Run(@ComSpec & "" /c "" & ""RunDirect.exe"", """", @SW_HIDE, $STDOUT_CHILD)
  _RunDos(""RunDirect.exe"")
}}}
Lines 2,3 & 4 are variations of line 1 in an attempt to provide a workaround.
There are yet another 10 variations all of which fail.
Note also Line 1 when run from a command prompt or windows explorer work 100% in all the variations.
Topic 188811 in forum refers if it helps."	Bug	closed		AutoIt	3.3.14.0	None	No Bug		
