shell character limit

  • Thread starter Thread starter ap
  • Start date Start date
A

ap

Hello all,
I've a java program that I run at the cmd prompt that has
many options. I'd like to know if I can either increase the maximum
# of chars so that I don't get the "input line too long" message
from the shell.

If not, is there an alternative shell that I can download to my
Win2k machine that has higher limits.

THANKS!
 
I've a java program that I run at the cmd prompt that has
many options. I'd like to know if I can either increase the maximum
# of chars so that I don't get the "input line too long" message
from the shell.

If not, is there an alternative shell that I can download to my
Win2k machine that has higher limits.

XP has an 8K line length. You could try looking at 4NT
 
Back
Top