External programs are executables built outside but which can be launched from the Zsh command prompt.
If the command is neither built-in, nor specified with an absolute pathname, the shell will look in the
To execute the external program directly give the following command at the command-prompt:
where
For example:
The program below reads input from Zsh and writes data to Zsh which can then be redirected back to the Telnet client.
P.I.P.S. applications and native Symbian applications can be launched from the Telnet client. However, to view the output of the program or interact with it, the standard input and output of the program must be accessible to the Telnet server. This is only possible with P.I.P.S. applications. With native applications you will only be able to retrieve the termination status; you will not be able to view the output or interact with the program.
Permission will be denied for external programs that does not have the required capabilities to access directories that contain
Note: For more information about the external commands supported by Zsh, see the
For information on porting Standard C applications to Symbian platform see the
External programs are executables built outside but which can be launched +from the Zsh command prompt.
+If the command is neither built-in, nor specified with an absolute pathname,
+the shell will look in the
To execute the external program directly give the following command at +the command-prompt:
+where
For example:
+The program below reads input from Zsh and writes data to Zsh which can +then be redirected back to the Telnet client.
+P.I.P.S. applications and native Symbian +applications can be launched from the Telnet client. However, to view the +output of the program or interact with it, the standard input and output of +the program must be accessible to the Telnet server. This is only possible +with P.I.P.S. applications. With native applications you will only be able +to retrieve the termination status; you will not be able to view the output +or interact with the program.
Permission will be denied for external
+programs that does not have the required capabilities to access directories
+that contain
Note: For more information about the
+external commands supported by Zsh, see the
For information on porting Standard C
+applications to the Symbian platform see the