Re: Question

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

Matt Z Nunyabidness wrote:
>Recently, I downloaded a QLB for QuickBASIC, and it had a function in
>there that could get the DOS version number. Is there anything like >that in
>Euphoria?
would
  system("ver > tempver.txt",2)
  sequence version
  integer fn
     fn=open("tempver.txt","r")
     if fn=-1 then ....
     version = gets(fn)
     ...blahblahblah u know the drill
not do what you need???

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

Search



Quick Links

User menu

Not signed in.

Misc Menu