Message 1 of 6
How do i get my lisp to load quietly?

Not applicable
02-06-2015
02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i added a lisp file to our in house automatic loading file that checks for a certain block, & if it finds it redefines the block then runs attsync. Its much like acaddoc.lsp. Everything works great except i see on the command line that it had run. How can i make this run without it reporting to the command line. I tried to put (princ) at the end but it did not do the trick.