My Tech Notes
Windows Batch Script: replace a character in string
SET str=1,2,3,4 REM replace comma with blank space SET str=%str:,= % ECHO %str%
see also
replace a character in the string using DOS commands
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment