Line 23: |
Line 23: |
| | | |
| >> pkg load windows | | >> pkg load windows |
| + | |
| + | |
| + | == Simple example == |
| + | |
| + | This example uses the com interface to display the current directory. |
| + | |
| + | wshell = actxserver ("WScript.Shell"); |
| + | wshell.CurrentDirectory |
| + | |
| + | |
| + | = Documentation = |
| + | |
| + | Documentation and reference for the Windows package is available on [https://octave.sourceforge.io/windows/overview.html Octave forge] |
| + | |
| + | [[Category:Octave Forge]] |