Windows package: Difference between revisions

Jump to navigation Jump to search
345 bytes added ,  6 August 2019
no edit summary
(Created page with "The {{Forge|windows}} package is part of the Octave Forge project and provides a COM interface and additional functionality on Windows = Installation = == package require...")
 
No edit summary
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]]
28

edits

Navigation menu