On Monday 08 September 2003 18:09, you wrote: > I have created a my own package. I saw that the standard auto_path contain > only standard tcl directory that not include the path of my package. Is it > possible to include the path of my package into the auto_path? If it is > possible where and what I should change in the config file? > > I use AOLServer 4 Beta 12. > > Thank a lot
You can put in in any startup script. The "auto_path" is a global Tcl variable and it gets copied to each thread by the internal AS machinery. Cheers, Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
