Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by modem7

  1. modem7

    "Write" process in Win98 accumulate, can't get rid of

    How do I get rid of the "write" process in win98 ? When I do file I/O to parse files I always have these accumulating "write" processes bogging down my piece of crap system at work. I do close my stuff and exit properly (I think). Looked around but have found no info... THXS...
  2. modem7

    Accesssing Excel sheets through tcl?

    I have recently used csv files for data tables being read by a tcl program I wrote to create code from them automatically. Some of it from the foreach loop: set count [scan $line_body "%d, %d, %d, %d," w x y z ] if {$count != 4} { break }

Part and Inventory Search

Back
Top