Start new process or application from notes client
In lotus script, by calling the Shell(”processname”) method.
Syntax:
Shell ( processName[ , windowStyle ] )
Example:
Dim i As Integer
i=Shell(”calc.exe”)
———————————————————————————————–
In formula, by calling execute command
Syntax:
@Command( [Execute] ; application ; fileNames )
Example:
@Command( [Execute];”Admin”)
No comments:
Post a Comment