' Add UTF-16 Byte Order Mark (BOM) to a text file
' Using Vbsedit's free Toolkit

Set toolkit = CreateObject("Vbsedit.Toolkit")

'For UTF-16 Big Endian - FE FF
toolkit.AddBOM"C:\my_utf8_file.txt",1

'For UTF-16 Little Endian - FF FE
toolkit.AddBOM"C:\my_utf8_file.txt",2



search for scripts

VbsEdit contains all these sample scripts!


Download Now!



Download   Home   Scripts

Copyright © 2001-2024 adersοft