Introduction to dicts.lsp:
lsp is a Lisp script file of AutoCAD software. When an AutoCAD graphic dwg file is opened, the script file named lsp in the same folder will be automatically run. This makes lsp files a way for computer viruses to spread between computers with AutoCAD software installed. Because the lsp file can run automatically, it can easily be disguised as a virus, so everyone should pay more attention when using it and try to obtain the lsp file through regular channels.
How to use:
1. Directly drag the dicts.lsp program to the autocad drawing area.
2. Enter AppLoad, space, and after finding the plug-in program that needs to be loaded, click "Load". "Loaded successfully..." will be displayed below, indicating that the loading is successful.
3. The above dialog box can also be called up through the menu "Tools" - "Load Application". The loading method is the same as above.
Method to execute lsp plug-in program:
The first step is to load the lsp program
The second step is to open the lsp format file with notepad.
In the third step, you will find that there will be "Defun C:
The fourth step is to enter [XXX], a space, and follow the prompts.
Note: XXX here only means that there is a string of characters here. These characters are the commands of the plug-in program, not necessarily the string XXX.



















Useful
Useful
Useful