home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / CLOSE < prev    next >
Text File  |  1991-09-27  |  455b  |  18 lines

  1. > watch(on)
  2. > delete('\opennew.00?')
  3. > delete('\openold.00?')
  4. > copy('\config.sys','\openold.000',replace)
  5. > nr1 = opennew('\opennew.000',nh1)
  6. > or1 = openold('\openold.000',oh1)
  7. > cr1 = close(nh1)
  8. > cr2 = close(oh1)
  9. > message ('test1, result = ' + valtostr(cr1))
  10. > message ('test2, result = ' + valtostr(cr2))
  11. > message('Press any key to terminate script')
  12. > timeout = 0
  13. > wait()
  14. > delete('\opennew.00?')
  15. > delete('\openold.00?')
  16. > end
  17.  
  18.