What admissible length of the command line passed in .bat?

Convert your BATch files into EXEcutable format in one click.
Post Reply
gora
Posts: 3
Joined: Wed Apr 18, 2007 7:16 am

What admissible length of the command line passed in .bat?

Post by gora »

What admissible length of the command line passed in .bat a file?
Excuse for my bad English.

Ìîæåò êòî òî çäåñü ïîíèìàåò è ñìîæåò îòâåòèòü ïî ðóññêè?
Êàêîâà äîïóñòèìàÿ äëèíà êîìàíäíîé ñòðîêè ïåðåäàâàåìîé â .bat ôàéë? Ó ìåíÿ íå ïåðåäàåòñÿ áîëåå 255 áàéò. Ýòî ïðåäåë?
sKurt
Posts: 32
Joined: Mon Jul 23, 2007 5:37 am

Re: What admissible length of the command line passed in .ba

Post by sKurt »

[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
Post Reply