PerformAction ->
Arg In : String, Rq_flags : Integer, Out : &String,
  - Result : Integer = 0 ..

- SysPerformAction In Rq_flags 'Out Result'

If Result = NO_ERROR then   
 - PrintString 'All done.' "\n"
Else
 - HanleError Result
;  

/
