I have a command line program that I would like to compile.  For a number of reasons (mostly LGPL) it has to be my main application plus a few .fas files.<br><br>If my program contains a line like<br>(load "somelib")
<br>It prints out something like<br>;;; Loading #P"/some/directory/somelib.fas"<br><br>How can i prevent this line from being printed?<br><br>-Roy<br><br>