This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by Idezo
Sat Apr 30, 2005 10:41 pm
Forum: Archive
Topic: this code for windows
Replies: 4
Views: 2679

this code for windows

hello I have this in a tcl script: switch $machtype { "linux" { set newsfile [open "| tail -n $npcl news_$chan.txt" "r+"] } "solaris" { set newsfile [open "| tail -$npcl news_$chan.txt" "r+"] } } But what is it for windows? Can some one hel...