$ erl -pa '../ebin' > m(foo) ... works - the autoloader finds foo.beam in ../ebin BUT $ erl -pa ../ebin > cd(".."). > m(foo). fails :-) Should ../ebin be converted to an absolute path in the "erl -pa ..." command? /Joe