Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Windows tools > MSDOS (obsolete)

MSDOS (obsolete)

Determines if it is the Windows version of scilab

Calling Sequence

MSDOS

Description

MSDOS is a boolean variable (%t) for Windows environment and boolean (%f) otherwise.

MSDOS is obsolete and removed in Scilab 5.4

Please uses getos() == 'Windows'

Example

if getos() == 'Windows' then
  disp('Scilab on Windows.');
end

See Also

  • getos — オペレーティングシステムの名前をバージョンを返す
  • win64 — Determine whether Windows x64 version of Scilab

Authors

  • Allan CORNET
<< dos Windows tools chartooem >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Fri Aug 05 16:30:48 CEST 2011