Tuesday, February 12, 2008

v6.80.0071 - 2008-02-12 10:59

  • * Scripting commands enhanced: The optional argument "source" in commands moveto, copyto, and backupto now can be a list of items separated by "|" (or " | " -- spaces are ignored).
    Examples:
      ::copyto <curpath>, <xydata>\ks.dat | <xydata>\udc.dat
      ::backupto D:\<dyyyymmdd>, <xydata>\ks.dat | <xydata>\udc.dat

  • + UDCs Move To, Copy To, and Backup To: Added an optional parameter "Source" in analogy to the corresponding scripting commands. Note that "Source" can contain all XY variables and environment variables. And it can be a list of items separated by "|".
  • * UDCs Move To, Copy To, and Backup To: Now, "Location" can contain all XY variables. Before, it supported only the date variable (<d...>).
  • ! Scripting: Fixed some glitches with the new syntax parsing.