---- '''EDIT/RECENT CHANGES''' * Edit this page: http://wiki.tcl.tk/edit/12852@ * Back to Recent Changes: http://wiki.tcl.tk/4 ---- '''NAVIGATION''' * '''Home''' to the .................: [Answered Questions Index Page] * '''Back''' to ........................: [Answered Questions On: Regular Expressions] * '''Forward''' to ...................: [Answered Questions On: Tcl/Tk C] * Ask '''New Questions''' at ....: [Ask, and it shall be given.] ---- '''TABLE OF CONTENTS (Specific Packages):''' * Tclx - for_file ---- '''Tclx - for_file''' 04/Aug/2003 When I am using "for_file" in windows version TCL/TK then I am getting error like invalid command name "for_file" while executing for_file std_msg c:/Tool/iisver {break} Is for_file command is not exist in windows version, if so, then what's the best way to use in windows instead of for_file ? [lv] [for_file] is a part of [tclx]. Make certain you have downloaded and [install]ed that [extension], and that your application includes a line such as package require Tclx before you use for_file. [RS]: If you can't get TclX, see the [for_file] page. ----