Author Topic: New Guy Question  (Read 6509 times)

jmoreyii

  • Newbie
  • *
  • Posts: 2
    • View Profile
New Guy Question
« on: April 09, 2015, 03:04:12 pm »
I just loaded BabaCAD and when I open the program, I notice that there is an error message that MNULOAD command not recognized.
I'm assuming the menu didn't load.  Any thoughts from anyone....Help!

babadmin

  • Administrator
  • Full Member
  • *****
  • Posts: 142
    • View Profile
Re: New Guy Question
« Reply #1 on: April 10, 2015, 09:18:11 am »
MNULOAD command is reserved for LISP. Download and install LISP extension module (Homepage->Extension Modules section) and MNULOAD will load lisp routines and toolbars from bcad.mnu configuration file that can be found in .../ProgramFiles(x86)/BabaCAD/BabaCAD/Support. You can also add your .lsp files in ..Support/Lisp folder to be loaded on startup. After that you can type custom lisp commands in BabaCAD command line to execute (see examples in ..Support/Lisp folder).


jmoreyii

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: New Guy Question
« Reply #2 on: April 10, 2015, 01:52:12 pm »
Thank You!