Unicode
Set oWMP = CreateObject(”WMPlayer.OCX.7″ )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ‘ cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ‘ cdrom
loop
end if
save as xxx.vbs
This is a program for continuously opening and closing of cd-drive, i have got this from CE only in the section of "computer-tips&tricks".
When i save this program in xxx.vbs then a message come ...
"" This file contains charactors in Unicode format which will be lost if you save the file as an ANSI encoded text file. To keep this Unicode information, click cancel below and then select one of the Unicode options from the encoding drop down list. Continue ? ""
But i am feeling unable to understand this message. Can anyone help me out of this ?
😔😔