From: -X- How, in Tk, can I XXX: A10.A.1. Most systems require a full pathname to the interpreter. So you cannot start a wish script out as #! wish -f Likewise, many Unix systems have a maximum length of characters that you can put on a #! line. If you exceed this, you do not get the behaviour you expect. So do not try to put something like: #! /projects/somethingbig/bin/sun4/wish -f followed by your wish code. Keep the lines short - under 32 characters is recommended. Finally, on some machines, white space after the -f causes a problem. Be sure that the -f are the last characters on the first line of the file.Go Back Up