| View previous topic :: View next topic |
| Author |
Message |
gora
Joined: 18 Apr 2007 Posts: 3
|
Posted: Wed Apr 18, 2007 7:25 am Post subject: What admissible length of the command line passed in .bat? |
|
|
What admissible length of the command line passed in .bat a file?
Excuse for my bad English.
Может кто то здесь понимает и сможет ответить по русски?
Какова допустимая длина командной строки передаваемой в .bat файл? У меня не передается более 255 байт. Это предел? |
|
| Back to top |
|
 |
|
|
sKurt
Joined: 23 Jul 2007 Posts: 32
|
Posted: Mon Jul 23, 2007 9:41 pm Post subject: Re: What admissible length of the command line passed in .ba |
|
|
[quote="gora"]What admissible length of the command line passed in .bat a file?
Excuse for my bad English.
Sorry if you have heard an answer.
The limit for the DOS line is 127 characters, including the name of your file.
e.g.
C:\>MYFILE -1234567890.... -> 127 chars |
|
| Back to top |
|
 |
|