for /f %f in ("abc") do echo %f %g %h
is there any way to get f=a g=b h=c ?
is there any way to get f=a g=b h=c ?
| ||||
|
feedback
|
|
In Windows Consider a more capable programming language, such as PowerShell, Perl, or Python. (FWIW, most Windows systems come with C# and VB.NET compilers hidden deep inside | |||
|
feedback
|