Friday, January 2, 2009

v7.90.0024 - 2009-01-02 15:18

  • * SC run enhanced: Added parameter directory.
      Syntax: run command, [directory], [wait=0]
        command: module name plus (optionally) arguments
                 module names containing blanks must be quoted
        [directory]: working directory, allows you to skip the path in
                     command; defaults to current path
        [wait]:
          0 = [default] return immediately and continue the script
          1 = only continue when the shelled process has finished
      Examples:
        ::run "ReadmeXY.txt", "C:\Programme\XYplorer\";
        ::run "notepad Edit.txt",,1; //open Edit.txt using notepad _
          in current path