home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / SETBOF.SCR < prev    next >
Text File  |  1992-02-06  |  413b  |  20 lines

  1. > windowshow()
  2. > watch(off)
  3. > openold('\config.sys',handle)
  4. > text1 = readline(handle)
  5. > result = setbof(handle)
  6. > text2 = readline(handle)
  7. > close(handle)
  8. > message('setbof result = ' + valtostr(result))
  9. > message('Read before setbof = ' + text1)
  10. > message('Read  after setbof = ' + text2)
  11. > message('Press any key to terminate script')
  12. > watch(on)
  13. > timeout = 0
  14. > watch(on)
  15. > wait()
  16. > end
  17.  
  18.  
  19.  
  20.