Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
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 — return Operating System name and version
  • win64 — Determine whether Windows x64 version of Scilab

Authors

  • Allan CORNET
<< Windows tools Windows tools chartooem >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Fri Aug 05 16:27:59 CEST 2011