|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Change encoding of text file made par vbs script
hi, i made a script that make an ouput text file (let's call it file.txt) :
Set objOutputFile = objFileSystem.CreateTextFile("C:\file.txt") The final text is encoded ANSI and I need it to be rtf. How can I make it possible ? 10x for helping :) Dear,
Hope it may help. http://www.devx.com/asp/Article/17964/0/page/2 Best Regards, Kai On Nov 20, 3:57 am, hasdou <has***@discussions.microsoft.com> wrote: Show quote > hi, i made a script that make an ouput text file (let's call it file.txt) : > > Set objOutputFile = objFileSystem.CreateTextFile("C:\file.txt") > > The final text is encoded ANSI and I need it to be rtf. > > How can I make it possible ? > > 10x for helping :) |
|||||||||||||||||||||||