home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / flute / readme.txt < prev    next >
Text File  |  1996-08-08  |  5KB  |  164 lines

  1. FLUTE
  2.  
  3. -----------------------------------------------------------------------------------
  4. Welcome to Flute 1.83. Flute is a scripting language for Windows 3.1x and
  5. Windows 95 (It automatically adapts to suit the operating system it does
  6. not need to be reinstalled for Windows 95). We do NOT recommend it for Windows NT.
  7.  
  8. Revision: July 21st 1996
  9.  
  10. Flute controls program by having commands to 'click here' 'select this
  11. menu' or 'type this text'. It can control programs by:
  12.     Mouse, Keyboard, menu and other user interface manipulations
  13.     DDE Communications
  14.     OLE Automation
  15.     Windows Acts (functions performed by windows themselves)
  16.  
  17. To Install run SETUP.EXE (you must run setup as it installs registry entries)
  18. and other Windows information. The folder containing setup.exe must only contain
  19. Flute files, so if you obtained this file as a .zip make sure you unzip it into
  20. an *empty* folder.
  21.  
  22. -----------------------------------------------------------------------------------
  23. Do You Like It?
  24.  
  25. If you like Flute there are two things you can do about it:
  26.  
  27. 1) Tell your friends, tell computer magazines, upload it to any BBSs you know or 
  28.    generally spread the word. There thousand of crap shareware products out there -
  29.    how is anyone supposed to tell the dross from the cream?
  30. 2) Pay for it (and get rid of the registration message in the process).
  31.  
  32. -----------------------------------------------------------------------------------
  33. Don't like it?
  34.  
  35. TELL US why, as you can see from the revision list below it is constantly 
  36. developing. Let us know and we'll consider your request for future revisions.
  37.  
  38. -----------------------------------------------------------------------------------
  39.  
  40. We want you to REGISTER.
  41.  
  42. This is a shareware version. On startup it puts up a pester message which automatically 
  43. disappears. Registering removes that pester message. 
  44.  
  45. The shareware version of Flute may be distributed freely. When you register we send
  46. you a serial number. The serial number is personnel to you. 
  47. DO NOT GIVE AWAY YOUR SERIAL NUMBER. This key number will allow you to unlock
  48. future shareware versions.
  49.  
  50. Future versions of Flute may be retail products rather than shareware. We will
  51. arrange a discount for registered customers.
  52.  
  53. Registration costs
  54.     UKú20
  55.     US$30
  56.     Or equivalent in any currency. We can only accept money orders,
  57.     cheques (any currency) or cash (any currency). 
  58.     In addition you can also pay through the Kagi Shareware company which
  59.     can process all forms of payment including credit cards.
  60.  
  61. -----------------------------------------------------------------------------------
  62. To Register:
  63.  
  64. Select 'Register Flute' from the Help menu. An automated program will take you 
  65. through the various options.
  66.  
  67. -----------------------------------------------------------------------------------
  68. Contacting Us:
  69.  
  70. Email:
  71.     WorkingTitle@cix.compulink.co.uk
  72.  
  73. WWW (With the latest version downloadable):
  74.         http://www.compulink.co.uk/~workingtitle/
  75. Mail:
  76.     WorkingTitle
  77.     59 Copeland Ave
  78.     Whitehaven
  79.     Cumbria
  80.     CA28 9HZ
  81.     UK
  82.  
  83. Tel:
  84.     01946 590 697
  85.     international (+44) 1946 590 697
  86. Fax
  87.     01946 590 565    
  88.     international (+44) 1946 590 565
  89.  
  90.  
  91. -----------------------------------------------------------------------------------
  92.  
  93. What has changed:
  94. -----------------
  95.  
  96. Tooltips to display contents of a variable (when the program is running), help
  97. on functions and commands etc.
  98.  
  99. --(v1.82)
  100.  
  101. Support for Kagi Registering
  102.  
  103. Bug in Check brackets fixed.
  104.  
  105. Add programs icons the the Win95 'Taskbar'.
  106.  
  107. More file commands
  108.  
  109. Bug in 'remove' fixed
  110.  
  111.  
  112. --(v1.81)
  113.  
  114. Recording of window popup menu events.
  115.  
  116. Better recording of scroll bar events.
  117.  
  118. Support for long file names when running on Win'95
  119.  
  120. String manipulation commands.
  121.  
  122. Array sort and search commands.
  123.  
  124. Assorted bug fixing
  125.  
  126. Comms Functions
  127.  
  128. Improved Help with new table of contents
  129.  
  130. --(v1.70)
  131.  
  132. lmultidrag commands, these commands are for dragging across multiple windows.
  133.  
  134. More reliable findwindow command. No longer gets confused by custom edit boxes etc.
  135.  
  136. Better recording of cross window drags.
  137.  
  138. Better recording of keyboard menu events.
  139.  
  140. Better recording of alt-keyboard events and alt-mouse events.
  141.  
  142. Saving and loading raw text files.
  143.  
  144. New more powerful paste mouse actions dialogue.
  145.  
  146. Added a Freeware reminder since this is getting closer and closer to a full release.
  147.  
  148. New Hierarchical paste function dialog box, with buttons to take you to the 
  149. helper windows.
  150.  
  151. FastFindWindow - this is the same as findwindow, but whereas FindWindow will
  152. wait for 5 seconds for a window to appear, FastFindWindow returns immediately.
  153.  
  154. deletefile - deletes a file and returns TRUE or an error as appropriate
  155. e.g. result:=deletefile("d:\1.txt");
  156.  
  157. We have removed subclass.dll and loader.exe, these parts of Flute caused nothing 
  158. but trouble and have been trashed.
  159.  
  160. Swapped window names are now supported, use the paste FindWindow to generate a 
  161. suitable FindWindow command. The Window name is now held in full,
  162. e.g. "Document1 - MSWord", the FindWindow command doesn't know which part is
  163. important, and so it checks the parts before and after the dash separately.
  164.