1 subroutine da_system(cmd)
3 !-----------------------------------------------------------------------
5 !-----------------------------------------------------------------------
9 character (len=*) , intent(in) :: cmd
12 call pxfsystem(cmd, len(cmd), ierr)
17 end subroutine da_system