Windows Toolkit - winopen


Loadable Function: winopen (name)

Open the file or directory name in the windows registered application for the file, using shell open command.

Examples:

Open file document.docx in the docx viewer:

 winopen ("document.docx");
 

Open the current directory in explorer:

 winopen (pwd);