User Tools

Site Tools


en:actexec
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actexec [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +ActExec is a console utility that allows you to run Actionaz scripts and code without having to start Actionaz.
  
 +Syntax:
 +<code>
 +actexec [options] [script or code filename]
 +</code>
 +
 +Command line options:
 +  * -code or -c
 +    * consider the file as a code file
 +  * -script or -s
 +    * consider the file as a script file
 +  * -nocodeqt or -Q
 +    * do not include the Qt library into the code
 +  * -version
 +    * show the program version
 +  * -help or -h
 +    * show the command line help
 +
 +Notes:
 +  * If you do not specify the -code or -script option ActExec will deduce the file type by its extension
 +  * The -nocodeqt option allows you to gain a little speed when executing a script or code
en/actexec.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1