- or download this
#include <stdlib.h>
...
printf( "Command returned: %d\n", rc );
return 0;
}
- or download this
P:\test>system AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.....
Using 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...'
...
'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...AAA'
is not recognized as an internal or external command, operable progra
+m or batch file.
Command returned: 1
- or download this
P:\test>system AAAAAAAAAAAAAAAAAAAAAAAAAAA
Using 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...AAA'
as an argument to system()
The input line is too long.
Command returned: 1