Horje
batch file to write xml into file Code Example
batch file to write xml into file
:: Use ^ before the character in order to make cmd ignore it as a function

@Echo off
call :data2 >file1.txt
exit /b

:data2
ECHO OFF
ECHO ^<^?xml version="1.0" encoding="UTF-8"^?^>




Shell

Related
get element by index bash Code Example get element by index bash Code Example
Virtualbox kernel driver not installed arch linux Code Example Virtualbox kernel driver not installed arch linux Code Example
ssh pc without password ubuntu Code Example ssh pc without password ubuntu Code Example
angular display block Code Example angular display block Code Example
git syntax Code Example git syntax Code Example

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