home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / RSU12A.ZIP / RELEASES.TXT next >
Text File  |  1993-11-28  |  2KB  |  61 lines

  1. RSU 1.2a Release Note                        28. November 1993
  2.  
  3.  
  4. Version 1.2a corrects an error that led to freezing when the
  5. Bios() function did not find the word it searched for.
  6. Payment by check is now possible in the US and Europe.
  7.  
  8. Version 1.2 adds two functions:
  9.  
  10. - Commands that end in a colon (:) are no longer considered
  11.   a label, unless they contain only letters, digits and the
  12.   underscore character (_) and are at least two characters
  13.   long (plus the colon).
  14.  
  15. - A new variant of the If command is added, which allows for
  16.   automatic detection of certain hardware:
  17.  
  18.   If Bios(<hexadr>-<hexadr>) = <text> Then
  19.  
  20.  
  21. Version 1.1d corrects a bug in SynchronizeDir, which might
  22. have caused total crashes under rare circumstances. It also
  23. contains a speed shortcut for faster copying of whole
  24. directories. Certain messages appear only with the /debug
  25. switch now.
  26.  
  27. Version 1.1c corrects yet another bug in SynchronizeDir,
  28. which didn't work at all under certain circumstances.
  29. Echo now displays all graphics characters, in fact all
  30. characters from 32 through 255. An unnecessary error message
  31. in connection with IniAddLine was removed.
  32.  
  33. Version 1.1b corrects another bug in SynchronizeDir and no
  34. longer considers embedded ";" characters (semicolons) as the
  35. beginning of a comment.
  36.  
  37. Version 1.1a corrects a bug in the SynchronizeDir command.
  38.  
  39.  
  40. These are the most important new features of version 1.1:
  41.  
  42. - If - If Not - Then - Else - End If command with Exist, Equal
  43.   and comparison operators, replaces external EQUAL command
  44.  
  45. - Section commands can now handle all text files through new
  46.   alternative section header syntax:  Rem [<section name>]
  47.  
  48. - Goto command
  49.  
  50. - Echo command for faster performance and better output
  51.  
  52. - SynchronizeDir command, replaces external SYNCDIR command
  53.   and is much faster for large directories
  54.  
  55. - /debug command line parameter shows commands as they are
  56.   executed
  57.  
  58. - Registered versions no longer display registration screen
  59.  
  60. Hans-Georg Michna 74776,2361
  61.