1.

Solve : Limitation in MS DOS batch file??

Answer»

in order to ACCESS parameters beyond %9, it would be necessary to employ the SHIFT command, which shifts all the parameters down a notch, what would be beyond %9 becomes %8,%8 becomes %7, etc.. and %1 is removed.

Remove the CALL to cmd.exe, and PLACE your parameters directly on the command-line.Ohh Thanks for this nice suggestion "BC_Programmer", as i am not GOOD(DOS) in this I'll try !!

Is any one can get some IDEA how to


How can I add a comma in between a string (treating comma as a space )
Quote

(-6.26620974,53.34899072)
This is my single string which includes numbers, bracket and comma.


Discussion

No Comment Found