/ (runfile)#

/ command allows to execute a file. This command is provided by runfile applet.


Prefixing filename with / executes the file. Usage:

/filename

Will execute a file called filename, but in contrast to exec the current shell will not be substituted by the file process.

The value of an executed file will not be returned from /

See also#

  1. Phoenix-RTOS shell

  2. Phoenix-RTOS Utilities

  3. Table of Contents