<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-IE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My current login “ZeroQI” is banned for no reason… I look like a spammer so it seems…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I do support for dell thin clients (FX130, FX170) but soon to be deprecated as Dell bought Wyse, and also support the Dell Kace appliances for inventory, software deployment, imaging, etc…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I would like to share my project (pxe boot menus showcasting most possibilities of ipxe) like graphical menus (and skins that can be changed temporarilyl from within the menu (useless and a bitch to code) or loading pxelinux 4.04 or 3.86 and have the menu still works, etc…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As PHP creator Marcus said in PHP2012, you need to show what a tool can do before people to use it more….<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I want to share my little menu, as I worked with iscsi boot also in there, and also useful scripts like the one below…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I think a section with exemple scripts like below (or even posted by me in the forum) could help even if it is in a small way…<o:p></o:p></p><p class=MsoNormal>Please unban my account so I can share on the forum at least...<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kind regards,<o:p></o:p></p><p class=MsoNormal>Benjamin, a French ipxe fan in Dublin.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border-top:double windowtext 2.25pt;border-left:none;border-bottom:double windowtext 2.25pt;border-right:none;padding:1.0pt 0cm 1.0pt 0cm'><p class=MsoNormal style='border:none;padding:0cm'><o:p> </o:p></p><p class=MsoNormal style='border:none;padding:0cm'><span lang=FR>#!ipxe<o:p></o:p></span></p><p class=MsoNormal style='border:none;padding:0cm'><span lang=FR># PXE error codes        http://h18013.www1.hp.com/products/servers/management/rdp/knowledgebase/00000138.html<o:p></o:p></span></p><p class=MsoNormal style='border:none;padding:0cm'># Ascii to Hec convertor http://easycalculation.com/ascii-hex.php<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>#In the same way that option 43 is an option space containing vendor-encapsulated options,<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'># gPXE uses option 175 to contain gPXE-specific encapsulated options.<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'><o:p> </o:p></p><p class=MsoNormal style='border:none;padding:0cm'>:first_page<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo Client Fields___ Option_ Value_________________________________________________<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo manufacturer.... ....... ${manufacturer}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo product......... ....... ${product}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo serial.......... ....... ${serial}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo asset........... ....... ${asset}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo mac............. ....... ${mac}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo uuid............ 097.... ${uuid}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo busid........... 175.177 ${busid}#can be used to chainload<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo user class...... 077.... ${user-class}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo <o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo DHCP Fields_____ Option_ Value_________________________________________________<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo dhcp-server..... 054.... ${dhcp-server}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo domain.......... 015.... ${domain}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo hostname........ 012.... ${hostname}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo ip.............. 050.... ${ip}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo netmask......... 001.... ${netmask}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo gateway......... 003.... ${gateway}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo dns............. 006.... ${dns}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo syslog.......... 007.... ${7:ipv4} / "${syslog}" (if support compiled)<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo ntp-server...... 042.... ${42:ipv4} <o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo next-server..... 066.... ${next-server}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo filename........ 067.... ${filename}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>prompt Press any key to continue...<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'><o:p> </o:p></p><p class=MsoNormal style='border:none;padding:0cm'>:second_page<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo DHCP options____ Option_ Value_________________________________________________<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo priority........ 175.001 ${priority:hex}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo no-pxedhcp...... 175.176 ${175.176:hex}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo use-cached...... 175.178 ${use-cached:hex}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo scriptlet....... 175.081 ${scriptlet}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo bios-drive...... 175.189 ${189}#what is this for???<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo version-code.... 175.235 ${235}#what is this for???<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo San settings____ Option_ Value_________________________________________________<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo keep-san........ 175.008 ${keep-san:hex}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo skip-san-boot... 175.009 ${skip-san-boot}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo root-path....... 017.... ${root-path}                #iscsi:<servername (domain name, ipv4)>:[protocol (6)]:[port (3260)]:[LUN (0)]:<targetname (IQN)><o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo initiator-iqn... 203.... ${initiator-iqn}              #iscsi:my.target.dns.name::::iqn.2007-08.name.dns.target.my:iscsiboot #[Serva32/64 forbid ascii use]<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo Authenticaition_ Option_ Value_________________________________________________<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo username........ 175.190 ${username}         <o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo password........ 175.191 ${password}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo reverse-username 175.192 ${reverse-username}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo reverse-password 175.193 ${reverse-password}<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo <o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>echo<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>#Go in windows character map, select system font, 0x100+ascii code for letter in key.h [ http://git.ipxe.org/ipxe.git/blob/HEAD:/src/include/ipxe/keys.h ] <o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'>prompt --key 0x141 Press UP to go back to the first page or any other key to continue... && goto first_page ||  #UP<o:p></o:p></p><p class=MsoNormal style='border:none;padding:0cm'><o:p> </o:p></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>#!ipxe<o:p></o:p></p><p class=MsoNormal>echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>time imgfetch tftp://${next-server}/diag/test/1MB                                                        && imgfree && set tftp 1 ||<o:p></o:p></p><p class=MsoNormal>time imgfetch http://${next-server}/diag/test/1MB                                                       && imgfree && set http 1 ||<o:p></o:p></p><p class=MsoNormal>time imgfetch  ftp://serva:serva@${next-server}:21/diag/test/1MB                                       && imgfree && set ftp  1 ||<o:p></o:p></p><p class=MsoNormal>#echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>#isset $(tftp) && time imgfetch tftp://${next-server}/diag/test/5MB                     && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(hftp) && time imgfetch http://${next-server}/diag/test/5MB                   && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(ftp)  && time imgfetch  ftp://serva:serva@${next-server}/diag/test/5MB           && imgfree ||<o:p></o:p></p><p class=MsoNormal>echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>isset $(tftp) && time imgfetch tftp://${next-server}/diag/test/10MB                      && imgfree ||<o:p></o:p></p><p class=MsoNormal>isset $(hftp) && time imgfetch http://${next-server}/diag/test/10MB                    && imgfree ||<o:p></o:p></p><p class=MsoNormal>isset $(ftp)  && time imgfetch  ftp://serva:serva@${next-server}/diag/test/10MB           && imgfree ||<o:p></o:p></p><p class=MsoNormal>#echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>#isset $(tftp) && time imgfetch tftp://${next-server}/diag/test/20MB                   && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(hftp) && time imgfetch http://${next-server}/diag/test/20MB                 && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(ftp)  && time imgfetch  ftp://serva:serva@${next-server}/diag/test/20MB         && imgfree ||<o:p></o:p></p><p class=MsoNormal>#echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>#isset $(tftp) && time imgfetch tftp://${next-server}/diag/test/50MB                   && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(hftp) && time imgfetch http://${next-server}/diag/test/50MB                 && imgfree ||<o:p></o:p></p><p class=MsoNormal>#isset $(ftp)  && time imgfetch  ftp://serva:serva@${next-server}/diag/test/50MB         && imgfree ||<o:p></o:p></p><p class=MsoNormal>echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>isset $(tftp) && time imgfetch tftp://${next-server}/diag/test/100MB                   && imgfree ||<o:p></o:p></p><p class=MsoNormal>isset $(hftp) && time imgfetch http://${next-server}/diag/test/100MB                 && imgfree ||<o:p></o:p></p><p class=MsoNormal>isset $(ftp)  && time imgfetch  ftp://serva:serva@${next-server}/diag/test/100MB         && imgfree ||<o:p></o:p></p><p class=MsoNormal>echo ===============================================================================<o:p></o:p></p><p class=MsoNormal>prompt Press a key to continue...<o:p></o:p></p><div style='mso-element:para-border-div;border:none;border-bottom:double windowtext 2.25pt;padding:0cm 0cm 1.0pt 0cm'><p class=MsoNormal style='border:none;padding:0cm'><o:p> </o:p></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>#!ipxe<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> dhcp<o:p></o:p></p><p class=MsoNormal> goto host_${hostname} || goto unknown<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> :host_thinclient1<o:p></o:p></p><p class=MsoNormal> sanboot iscsi:192.168.0.1::::iqn.2010-04.org.ipxe:winxp<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> :host_thinclient2<o:p></o:p></p><p class=MsoNormal> sanboot iscsi:192.168.0.1::::iqn.2010-04.org.ipxe:win7<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> :unknown<o:p></o:p></p><p class=MsoNormal> echo Unknown host ${hostname}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>#!ipxe<o:p></o:p></p><p class=MsoNormal>#to enable when embedded, use cache set to 1 if kkpxe, not for kpxe due to dropped pxe stack<o:p></o:p></p><p class=MsoNormal>#set use-cached 0<o:p></o:p></p><p class=MsoNormal>#dhcp net0<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>set keep-san 1<o:p></o:p></p><p class=MsoNormal>set initiator-iqn ${next-server}::::iqn.2008-08.com.starwindsoftware:${next-server}-test<o:p></o:p></p><p class=MsoNormal>set root-path iscsi:${initiator-iqn}-test<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>#sanhook --drive 0x80 --no-describe iscsi:10.0.0.1::::iqn.2008-08.com.starwindsoftware:10.0.0.1-test<o:p></o:p></p><p class=MsoNormal>#sanboot --drive 0x81 --no-describe iscsi:10.0.0.1::::iqn.2008-08.com.starwindsoftware:10.0.0.1-esx41<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>sanhook iscsi:${next-server}::::iqn.2008-08.com.starwindsoftware:${next-server}-${net0/mac:hexhyp} ||<o:p></o:p></p><p class=MsoNormal>sanboot --drive 0x81 --no-describe iscsi:${next-server}::::iqn.2008-08.com.starwindsoftware:${next-server}-esx41<o:p></o:p></p><p class=MsoNormal>sanboot ${root-path} ||<o:p></o:p></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";color:#1F497D;mso-fareast-language:EN-GB'>Kind Regards,<o:p></o:p></span></b></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p> </o:p></span></b></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Benjamin Brisson<o:p></o:p></span></b></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Enterprise Technical Support Advisor<o:p></o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#0085C3;mso-fareast-language:EN-GB'>Dell</span></b><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'> | Solutions Support Team, EMEA.<o:p></o:p></span></p><p class=MsoNormal><b><span lang=EN-GB style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#1F497D;mso-fareast-language:EN-GB'>Tel: </span></b><b><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>+353 1 279 2596<o:p></o:p></span></b></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-GB'><a href="mailto:Edouard_Melly@DELL.com"><span lang=EN-GB style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:blue'>Benjamin.Brisson@DELL.com</span></a></span><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'> </span><span lang=EN-GB style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Dell Inc. </span><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Innovation House, Cherrywood Science & Technology Park, Dublin, Rep of Ireland</span><span lang=EN-US style='color:#444444;mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>My work schedule is 09:30 am - 5:30 pm (GMT) Monday to Friday.  If you need immediate assistance, please email </span><span lang=EN-US style='mso-fareast-language:EN-GB'><a href="mailto:Robert_Quinn@Dell.com"><span style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:blue'>Quinn, Robert</span></a></span><b><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p></o:p></span></b></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>                <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Customer feedback | How am I doing? Please contact my manager </span><span lang=EN-US style='mso-fareast-language:EN-GB'><a href="mailto:J_Gallagher@DELL.com"><span style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:blue'>Gallagher, Joe</span></a></span><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'> and </span><span lang=EN-US style='mso-fareast-language:EN-GB'><a href="mailto:Sardanund_Gukhool@Dell.com"><span style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:blue'>Gukhool, Sardanund</span></a></span><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Please consider the environment before printing this email.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Trebuchet MS","sans-serif";color:#444444;mso-fareast-language:EN-GB'>Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, immediately contact the sender by reply e-mail and destroy all copies of the original message</span><span lang=EN-GB style='color:#1F497D;mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>