feature_popen can be used to determine if the current platform supports calling the built-in procedure popen.
if not supported(feature_popen) then
begin
writeln('popen not supported on the current platform');
abort
end;
Operating Systems: All
Standard Pascal: No