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

  1. > windowshow()
  2. > watch(on)
  3. > logfile = 'c:\softerm.log'
  4. > delete (logfile)
  5. > result = log(logfile)
  6. > resulttext = valtostr(result)
  7. > message('result = ' + resulttext)
  8. > nolog()
  9. > timeout = 0
  10. > wait()
  11. > end
  12.