Contents | < Browse | Browse >



ARexx executing
===============

  Sometimes, you want to start a ARexx-script which you don`t use so often.
  This is when this function comes in, here you can select and start the specified script.
  If you don`t like to declare the path and the ARexx-script name after
  each programstart, then you should save the preferences once more.



  StringGadget
  ------------

  Input Text. Here you have to type in the path and name of the
  ARexx-script. Of course, you can hand over all needed parameters, too
  Also see section "Handing-over parameters"


  GetFile
  -------

  Opens a filerequester, here you can choose the path and filename
  of the ARexx-script.




  Execute
  -------

  The Arexx-script will be executed. If you have selected the Asynchrone Mode
  in the preferences, then the ARexx-script will be started as an own task.
  That means you can go on working with Artstudio. Therefore you can
  start a ARexx-script which controls Artstudio itself.


  Cancel
  ---------

  The input was breaked and the window will close. The path and name of
  the ARexx-script which you have selected before, will not lose.