1.

Solve : FOR command?

Answer»

how to do .bat file in for COMMAND that for the space will be "+" so if i type aa aa aa the output will be aa+aa+aacheck out string substitution in
set /?

Grahami tryied it but cant MAKE it work C:\WINNT>set fred=aa aa aa

C:\WINNT>set fred=%fred: =+%

C:\WINNT>echo %fred%
aa+aa+aa

tada !!
Grahamthanks mate !



Discussion

No Comment Found