Message 1 of 4
How to call a .lsp file from a Script (.scr) from CoreConsole

Not applicable
08-12-2015
03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this ATTOUT routine in AutoLisp that I'm trying to run it by calling a script from Core Console 2016...
I tried loading it from a .scr file like this :
(load "C:\\Program Files\\Autodesk\\AutoCAD 2016\\attout.lsp")
but the console just re-printed this line in the terminal and quits....
Am I doing something wrong?? I 'm trying to automise the ATTOUT operation in a Java application..
PS : i've attached my attout.lsp file..