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

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