| 1. |
Solve : Special Char? |
|
Answer» how can i set all char ([emailprotected]#$%^&*()_+}{"|:<>?/.,\';][=-) to a each other variable and then echo them?? ok but how to: It does work but you omitted to escape the echo line i.e. echo ^%m% no it doesnt, i have vista and this may be a problem Code: [Select]C:\Users\Vaio>set a=^& C:\Users\Vaio>set m=%m%^%a% C:\Users\Vaio>echo ^%m% %m% C:\Users\Vaio>echo %m% %m% C:\Users\Vaio>echo %a% ECHO is on. C:\Users\Vaio>echo ^%a% & and i would repeat this commandCode: [Select]set m=%m%^%a%100 times, so %m% must look like hudert of '&' (just example) |
|