Windows tools ~~~~~~~~~~~~~ + `chartooem`_ translates a string into the OEM-defined character set (Windows only) + `consolebox`_ show or hide console box (Windows) + `createGUID`_ Creates a GUID (Windows only) + `dos`_ shell (cmd) command execution (Windows only) + `findfileassociation`_ Searches for and retrieves a file association-related string from the registry (Windows only) + `getsystemmetrics`_ Retrieves the specified system metric or system configuration setting (Windows only) + `istssession`_ Determines if scilab is launched from a ms terminal service session (Windows only) + `mcisendstring`_ sends a command string to an MCI device (Windows only) + `oemtochar`_ translates a string from the OEM-defined character set into either an ANSI string (Windows Only) + `powershell`_ shell (powershell) command execution (Windows only) + `win64`_ Determine whether Windows x64 version of Scilab (Windows only) + `winopen`_ Open file in appropriate application (Windows only) + `winqueryreg`_ Get item from Microsoft Windows registry (Windows only) .. _mcisendstring: mcisendstring.html .. _winopen: winopen.html .. _winqueryreg: winqueryreg.html .. _powershell: powershell.html .. _consolebox: consolebox.html .. _oemtochar: oemtochar.html .. _chartooem: chartooem.html .. _findfileassociation: findfileassociation.html .. _win64: win64.html .. _getsystemmetrics: getsystemmetrics.html .. _createGUID: createGUID.html .. _istssession: istssession.html .. _dos: dos.html