close

Hi all,

Subject says it all; Can I assume everyone has Scripting Run Time
(scrrun.dll) on C:\WINNT\sytem32\?

Apparenlty it comes with Internet Explorer 6.0.

What other alternatives do I haev to create a text file and insert some text
in lines?

Thanks for your time.
Sub CreateTextFile()
Dim FileNumber
FileNumber = FreeFile ' Get unused file number.
Open quot;C:\Test.txtquot; For Output As #FileNumber
Write #FileNumber, quot;This is a first line of dataquot;
Print #FileNumber, quot;This is a second line of dataquot;
Close #FileNumber

End Sub--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

quot;Tetsuya Ogumaquot; gt; wrote in message
...
gt; Hi all,
gt;
gt; Subject says it all; Can I assume everyone has Scripting Run Time
gt; (scrrun.dll) on C:\WINNT\sytem32\?
gt;
gt; Apparenlty it comes with Internet Explorer 6.0.
gt;
gt; What other alternatives do I haev to create a text file and insert some
text
gt; in lines?
gt;
gt; Thanks for your time.
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()