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

Result = SysPerformAction >Out< In Rq_flags

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

/
