cmd.exe and line too long

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
 
P

Pegasus \(MVP\)

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
 
L

labrach

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
 
P

Pegasus \(MVP\)

How long? Win2000 commands can be 2048 chars long - that's 26
lines @ 80 chars!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top