Angelo2449
Guest
Hello everyone,
I can't load two files > .lsp < that normally loaded with > appload <, the two files work perfectly.
the code I try to upload the two files is this:
the two files are of course in the indicated folder.
the same command, for loading other files (loading from acad.lsp), works fine.
What's going on?
Thank you.
I can't load two files > .lsp < that normally loaded with > appload <, the two files work perfectly.
the code I try to upload the two files is this:
Code:
(load "c: / as / lisptre / areari.lsp")
(load "c: / as / lisptre / graficarill.lsp")
the same command, for loading other files (loading from acad.lsp), works fine.
What's going on?
Thank you.