I'd like to automatically load the Lisp file when i start, is there a way?
Posted: Mon Feb 15, 2021 8:13 am
Hello.
I am trying to automatically load the Lisp file, but it doesn't work.
What I was, created an 'icad.lsp' file in the 'C:\Program Files\CMS\CMS IntelliCAD 10.0 Premium Edition Plus' folder.
And I writed in three ways in the contents of the file.
1. Code: Select all
(xload "D:\\Lisp\\IHH.lsp")
2. Code: Select all
(xload "D:\Lisp\IHH.lsp")
3. (xload "D:\\Lisp\\IHH.lsp")
but everything got an error
- System error loading "d:\lisp\ihh.lsp" (193).
Can't open "D:\Lisp\IHH.lsp" for execution
error: XLOAD failed
Can you give me some advice if I understand something wrong?
Thank you.
I am trying to automatically load the Lisp file, but it doesn't work.
What I was, created an 'icad.lsp' file in the 'C:\Program Files\CMS\CMS IntelliCAD 10.0 Premium Edition Plus' folder.
And I writed in three ways in the contents of the file.
1. Code: Select all
(xload "D:\\Lisp\\IHH.lsp")
2. Code: Select all
(xload "D:\Lisp\IHH.lsp")
3. (xload "D:\\Lisp\\IHH.lsp")
but everything got an error
- System error loading "d:\lisp\ihh.lsp" (193).
Can't open "D:\Lisp\IHH.lsp" for execution
error: XLOAD failed
Can you give me some advice if I understand something wrong?
Thank you.