NAME popen - pipe open SYNTAX string popen(string cmd); DESCRIPTION This function can only be called from batch mode. (at least for now) It runs the command cmd as in a shell and returns the output. See your unix/C manual for details on popen.