how to get around the command line length limit

Posted by Crash893 on Stack Overflow See other posts from Stack Overflow or by Crash893
Published on 2010-05-26T21:14:37Z Indexed on 2010/05/26 21:21 UTC
Read the original article Hit count: 129

Filed under:
|
|

I've been working on a small and simple program that i drop files onto and based on certian rules they are moved to diffrent places.

the program works fine unless i drop more than a few files on the program then it kicks back an error (that appears to be more windows than anything) that the start up command c:\myapp.exe \file \file \file is to long

I realize i could set up a background proccess but i really would prefer that this program not run in the backround (where it would be idle 99.999999999% of the time)

Can anyone think of any way around this limitation?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows