Joe Corneli wrote: > Here is what happened: > > joe% chmod 777 Rmtex > joe% Rmtex > Rmtex: Command not found.
Try ./Rmtex Then try to read about the PATH environment variable. If it is set in the standard way (like it used to be in OSX 10.1.5, but isn't any more by default in OSX 10.2, due to some fit of mental derangement of Apple's developers), you would drop your Rmtex script into your ~/bin directory. Then you can execute it from anywhere by simply typing Rmtex. -- Martin ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
