[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: AutoIt v2.21 Released



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2722.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d5d5d9>
<DIV><FONT size=2>FYI</FONT></DIV>
<DIV><BR>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying and<BR>note the new address 
change. Also for my Homepage<BR><A 
href="http://home.planet.nl/~anthmaas";>http://home.planet.nl/~anthmaas</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- 
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:&nbsp;AutoIt</B> 
</DIV>
<DIV><B>To:</B> <A href="mailto:Undisclosed-Recipient:;"; 
title=Undisclosed-Recipient:;>Undisclosed-Recipient:;</A> </DIV>
<DIV><B>Sent:</B> zaterdag 20 november 1999 16:14</DIV>
<DIV><B>Subject:</B> AutoIt v2.21 Released</DIV></DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>AutoIt v2.21 has been released at <A 
href="http://www.hidden.demon.co.uk/AutoIt/index.html";>http://www.hidden.demon.co.uk/AutoIt/index.html</A>.&nbsp; 
The recent history file is listed below.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This will be the last time I will send an email 
notification (too difficult to keep the list of names in my address book 
current, and I don't want to email people who no longer wish to receive 
updates!).&nbsp; I've set up a ListBot mailing list which I will use in future 
for update announcements.&nbsp; Join the list from the AutoIt homepage 
(above).&nbsp; The list has been setup as a discussion list so that people can 
swap script ideas, etc.&nbsp; (if the level of traffic becomes annoyingly high 
this may be changed)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Bugs and suggestions to the usual 
address.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best wishes,</FONT></DIV>
<DIV><FONT face=Arial size=2>Jonathan.</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<P><A name="AutoIt History"><FONT face=Arial size=5><EM><STRONG>AutoIt 
History</STRONG></EM></FONT></A></P>
<P><FONT face=Arial><B><U>20/11/99 - v2.21</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Can now Send decimal ASCII codes, like when using using 
  the ALT key and the numeric keypad (e.g. ALT+65 = 'A').&nbsp; Very useful for 
  sending characters that don't usually work (e.g. '~' on an Italian keyboard) 
  </FONT></LI></UL>
<P><FONT face=Arial><B><U>18/11/99 - v2.2</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Can now Run programs as either hidden, maximized or 
  minimized (great for avoiding black screens when executing DOS commands) 
  </FONT>
  <LI><FONT face=Arial>RunWait will put a program's return code in %ERRORLEVEL% 
  </FONT>
  <LI><FONT face=Arial>The WinWait group of functions can be set to timeout 
  after a period of time (%ERRORLEVEL% can be checked to see if the function 
  timed out or not) </FONT>
  <LI><FONT face=Arial>WinShow command added (previously, there was no way to 
  "undo" a WinHide!!!!) </FONT></LI></UL>
<P><FONT face=Arial><B><U>16/09/99 - v2.11</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Fixed bug in which ENV variables were not expanded under 
  the "Adlib" section. </FONT>
  <LI><FONT face=Arial>Installation recreated under Win98 to resolve some setup 
  problems. </FONT></LI></UL>
<P><FONT face=Arial><B><U>11/09/99 - v2.1</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Aut2Exe Script converter added to installation. </FONT>
  <LI><FONT face=Arial>Internal bug in Run and RunWait fixed. </FONT>
  <LI><FONT face=Arial>Added keys {CTRLUP}, {CTRLDOWN}, {SHIFTUP}, {SHIFTDOWN}, 
  {ALTUP}, {ALTDOWN}.</FONT></LI></UL>
<P><FONT face=Arial><B><U>28/08/99 - v2.03</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>AutoIt2.exe and AutoItX.dll now packed with ASPack 
  reducing the executable size. </FONT>
  <LI><FONT face=Arial>Changed SplashTextOn command.&nbsp; You no longer have to 
  do SplashTextOff before doing a second SplashTextOn. </FONT>
  <LI><FONT face=Arial>Added simple variable EnvAdd and EnvSub commands. </FONT>
  <LI><FONT face=Arial>"default" can be used in place of Width and Height in the 
  WinMove command. </FONT>
  <LI><FONT face=Arial>Added commands LeftClickDrag and 
  RightClickDrag.</FONT></LI></UL>
<P><FONT face=Arial><B><U>26/08/99 - v2.02</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Changes to some internal timings. </FONT>
  <LI><FONT face=Arial>Made the splash windows like a little less "win 3.1 - 
  ish". </FONT>
  <LI><FONT face=Arial>Added AdlibOn and AdlibOff commands. </FONT>
  <LI><FONT face=Arial>Changed internal handling of the ADLIB 
  section.</FONT></LI></UL>
<P><FONT face=Arial><B><U>18/08/99 - v2.01</U></B></FONT></P>
<UL>
  <LI><FONT face=Arial>Fixed Send command with multiple modifiers (i.e. 
  CTRL+SHIFT+key, CTRL+ALT+key).</FONT></LI></UL>
<DIV>&nbsp;</DIV></FONT>
<DIV><FONT face=Arial 
size=2>________________________________________________________________________<BR>Jonathan 
Bennett.&nbsp; AutoIt Homepage: <A 
href="http://www.hidden.demon.co.uk/AutoIt/index.html";>http://www.hidden.demon.co.uk/AutoIt/index.html</A><BR></FONT></DIV></BODY></HTML>
</x-html>From ???@??? Thu Nov 25 16:52:18 1999
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.8.7/8.8.7) with ESMTP id PAA02534
	for <neal@xxxxxxxxxxxxx>; Sat, 20 Nov 1999 15:42:28 -0800
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id PAA08154
	for metastock-outgoing; Sat, 20 Nov 1999 15:13:17 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id PAA08151
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sat, 20 Nov 1999 15:13:14 -0700
Received: from smtp2.supernet.com (qmailr@xxxxxxxxxxxxxxxxxxxx [204.249.184.45])
	by freeze.metastock.com (8.8.5/8.8.5) with SMTP id PAA20265
	for <metastock@xxxxxxxxxxxxx>; Sat, 20 Nov 1999 15:19:22 -0700 (MST)
Received: (qmail 15690 invoked from network); 20 Nov 1999 22:01:30 -0000
Received: from 189-112.pm4-1.york.desupernet.net (HELO cyberia.com) (208.170.189.112)
  by smtp2.supernet.com with SMTP; 20 Nov 1999 22:01:30 -0000
Message-ID: <38371AF6.47DBED9F@xxxxxxxxxxx>
Date: Sat, 20 Nov 1999 17:04:38 -0500
From: froghollow <pinax@xxxxxxxxxxx>
X-Mailer: Mozilla 4.61 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: metastock@xxxxxxxxxxxxx
Subject: Re: AG EDWARDS
References: <0.62a84efa.25684b15@xxxxxxx>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status: RO

    $30 per round turn, etc.; willingness to negotiate will, I suspect,
vary from office to office;  no online trading so far as I know.
                betsy

SGT099@xxxxxxx wrote:

> What do they charge, how willing to negotiate are they and do they have
> online trading. Thanks
> Stan