MSDOS — Determines if it is the Windows version of scilab
MSDOS
MSDOS is a boolean variable (%t) for Windows environment and boolean (%f) otherwise.
if MSDOS then disp('Scilab on Windows.'); end