Usage:
execute(Program)
Starts the execution of another extern program (usually *.EXE)
Program have to be a string containing a command line, i.e. path, file name and optionally program parameters.
Examples:
?- execute("C:\MSOffice\Winword\Winword.exe
").
?- execute("C:\MSOffice\Winword\Winword.exe
Document.doc").