Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Scilab > Configuration > getos

getos

retourne le nom et la version de O.S

Séquence d'appel

OS=getos()
[OS,Version]=getos()

Description

getosretourne le nom et la version de O.S

Exemples

OS=getos()
[OS,version] = getos()
if (getos() == "Windows") then disp("Scilab on Windows"); end
if (getos() == "Linux") then disp("Scilab on Linux"); end
if (getos() == "SunOS") then disp("Scilab on Solaris"); end
if (getos() == "Darwin") then disp("Scilab on MacOs"); end

Comments

Author : Samuel Gougeon posted the 15/08/2012 23:49
La variable booléenne MSDOS (indisponible à partir de Scilab 5.4.0) peut être remplacée par l'expression (getos()=="Windows")
Reply to this comment
Please login to comment this page


Add a comment:
Please login to comment this page.

Report an issue
<< banner Configuration getshell >>

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:30:58 CEST 2016