Horje
concatenate strings batch Code Example
concatenate strings batch
SET a = Hello 
SET b = World 
SET c=%a% and %b% 
echo %c%

-- output --
Hello and World




Shell

Related
ffmpeg change resolution Code Example ffmpeg change resolution Code Example
install kubectl Code Example install kubectl Code Example
git delete tag Code Example git delete tag Code Example
optimize github repo Code Example optimize github repo Code Example
bash delete a range of lines from a file Code Example bash delete a range of lines from a file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12