cmd.exe and line too long

  • Thread starter Thread starter labrach
  • Start date Start date
L

labrach

Hello
I'm setting a .bat file within a cmd.exe (on W2000 sp4)
This is a setting for a JAVA application, so that I need to set the
CLASSPATH variable :

set CLASSPATH=%CLASSPATH%:...
...

unfortunately, when setting the file, I've got an error :
line too long

I know tha
 
Hello
I'm setting a .bat file within a cmd.exe (on W2000 sp4)
This is a setting for a JAVA application, so that I need to set the
CLASSPATH variable :

set CLASSPATH=%CLASSPATH%:...
..

unfortunately, when setting the file, I've got an error :
line too long

I know tha

It seems that most of your post is mis
 
sorry for missong words, the google server had stopped for one second
while writing the message ...
my question was:
how to increase the size of the buffer of cmd.exe to allow a long
environment variable ?

laurent
 
Back
Top