/usr/lib/swipl/library/dialect/sicstus/system.pl
AllApplicationManualNameSummaryHelp

  • sicstus
    • system.pl -- SICStus-3 library system
      • environ/2
      • exec/3
      • wait/2
      • pid/1
      • now/1
      • datime/2
      • datime/1
      • system/0
      • system/1
      • system/2
      • popen/3
      • host_name/1
      • mktemp/2
      • tmpnam/1
      • file_exists/1
 exec(+Command, +Streams, -PID)
SICStus 3 compatible implementation of exec/3 on top of the SICStus 4 compatible process_create/3.
bug
- The SICStus version for Windows seems to hand Command directly to CreateProcess(). We hand it to
%COMSPEC% /s /c "Command"

In case of conflict, it is adviced to use process_create/3