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 bkrike 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 motel

  1. motel

    Multi CPU server

    How do I write TCL program to take advantage of multi CPU server. By default my program works on single CPU. I have 4 CPU machine and when I run the TCL program the CPU usage goes to 25% at max at any point of time. Any tips on how to write multi cpu programs. rgds, Manish
  2. motel

    file I/O

    hi, i think there is some problem with opening and closing of files thru TCL on MS windows operating system. my program read as follows set fp [open c:/temp/xyz.txt w+] puts $fp "fdf dfdfd fdfdf" close $fp Now when i try to delete the c:/temp directory. Windows says that Access...
  3. motel

    scan commnad

    scan command does not read more than 20 fields. Does any one know about he workaround to this problem my scan commnad looks like this. scan $line {%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,]}...

Part and Inventory Search

Back
Top