J
Jean Pierre Daviau
Hi to everyone,
I want to parse the input line to know wich :SUB is called.
Ex: n.cmd :LLL 1 2 3
If findstr returns :LLL, I can write call :%1 %2 %3 %4
---file--
set /p _a=%1
findstr /C:":" \< [%_a%]
----------
Jean Pierre Daviau
- - - -
Art: http://www.jeanpierredaviau.com
Maison à vendre:
http://www.jeanpierredaviau.com/maison/
I want to parse the input line to know wich :SUB is called.
Ex: n.cmd :LLL 1 2 3
If findstr returns :LLL, I can write call :%1 %2 %3 %4
---file--
set /p _a=%1
findstr /C:":" \< [%_a%]
----------
Jean Pierre Daviau
- - - -
Art: http://www.jeanpierredaviau.com
Maison à vendre:
http://www.jeanpierredaviau.com/maison/