Re: detecting windows

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jacques,

another neat routine!  The installer I wrote in Euphoria
needs to know if Windows is running - it invokes a pgm that
will fail under windows.  I do a

  if atom(getenv("windir")) then
    return FALSE
  end if
  return TRUE

Your routine is more elegant & provides more info.

John Kinne

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu