Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#E3FCEF

Please read the Terms of Use for Materials on ZennoLab

Table of contents

Expand
titleClick here to expand the table of contents
Table of Contents
minLevel1
maxLevel7
exclude^Оглавление$

...

The full path to the file to be run (by clicking on the "Select files" button (highlighted in a red square) a standard file search dialog will open on the computer)

  • If the specified file is not found, then the action will end with an error

  • Variable macros can be used

  • If the directory of the executable program is in the PATH environment variable , then you can specify not the full path to the file, but only its name ( notepad.exe or calc.exe)

...

These are additional commands that are passed to the program being run. Each program has its own run parameters (you can use variable macros).

For example, running a new Chrome browser window with the URL https://zennolab.com would look like this:

...

You can specify a fractional value.

...

This behavior can be disabled, described below.

Do not show program window

...

Example # 1. ImageMagick All parameters are hardcoded

...

Unfortunately, all run parameters did not fit on the screenshot

After executing this action, the result.gif file will appear on the desktop

...

  • In this example, the path to the folder with the executable file has been moved to a variable (for example, the template can run on different computers and each can have its own path).

  • All parameters were also moved to a variable (it was not necessary to save everything in one variable. You can create your own variable for each argument and list these variables in the Run parameters field)

  • The resulting file result.gif is saved in the same directory as the project file. ( {-Project.Directory-} - a system variable that stores the full path to the current project directory)

...

This is how it looks like running the same script in cmd.exe

...