I am very new to XML and was wondering if someone could help me create the following file using AutoIt: <?xml version="1.0"?>
<MBNProfile xmlns="http://www.microsoft.com/networking/WWAN/profile/v1">
<Name>Verizon Wireless</Name>
<IsDefault>true</IsDefault>
<ProfileCreationType>UserProvisioned</ProfileCreationType>
<SubscriberID>12345</SubscriberID>
<HomeProviderName>Verizon Wireless</HomeProvi
here is it: #AutoIt3Wrapper_Run_AU3Check=N
;~ ADODB.STREAM : StreamReadEnum
;~ https://msdn.microsoft.com/en-us/library/windows/desktop/ms679794(v=vs.85).aspx
Global Enum _
$g__eADO_STREAM_adReadLine = -2, _ ; Reads the next line from the stream (designated by the LineSeparator property).
$g__eADO_STREAM_adReadAll = -1 ; Default. Reads all bytes from the stream, from the current position onwards to the EOS marker. This is the only valid StreamReadEnum value with bina