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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AnsBGA

    How to return index of the selected tabnotebook page

    #I read through the tabnotebook man page but for some #reason can not get it to work. while { [ .tnb select ] == "page 3" } { # while page 3 is selected do something } # What the corect syntax fo [.tnb select] command to #return the index of selected page. Thanks, Nick
  2. AnsBGA

    How to convert long file name to short names windows.

    marsd, Many thanks for you help and patience. Here is the reason(below the ---- line). I do have an alternative but this would be great for my application. You gave me a good start and if and when I have a working proc I will post it back. Thaks again. -nick...
  3. AnsBGA

    How to convert long file name to short names windows.

    Is there any standard procedure or other proc to convert long names returned by "file join" operation eg. "c:/this is test/tt ab/*.gif" to short names ( "c:/this~1/tt~1" ; may not be righ) that can be used in 8.3 to do the folloing. set ok [dir $short_dir_name]...
  4. AnsBGA

    "exec" instead of "glob" to crate a list of file in windows

    Thanks, Now the next question is how to convert a file name to short names for 8.3 stupid rule. I am not a windos user. The dir name may have long names and spaces. e.g. c:/fdsdafd sfds/asfdsf/*.gif Is there a way in Tcl to convert this string to short names. eg. the middel line in the...
  5. AnsBGA

    "exec" instead of "glob" to crate a list of file in windows

    At the compile time I want to create a list of image files and can not use glob as the image files are also gets wraped in the execuatable. This works on UNIX" set imageList [list ‘echo images/*.gif‘] What is the equivalent of this in Windows? How can I use exec dir [ file join ..... ] or...

Part and Inventory Search

Back
Top