Index of AcadScript folder


basics/basics.html Script Basics. How to run and some other reminders.


script1.txt script2.txt script3.txt 3D scripts from www.customcadsolutions.com/newsletters/issue5.htm. Note: For non-repeating commands (see script2), such as POINT, you will need to precede the command with the command 'MULTIPLE' (see AutoCAD help for more info). (One tip concerning the MULTIPLE command: Unlike other commands which end when they are done, MULTIPLE stays active until you press .)


forum_scripts/forum_scripts.txt Useful postings.


Tailoring AutoCAD - Lesson #19 Ralph Grabowski's Tailoring AutoCAD #19 How to Write a Script File.


macro_recorder/index.html Macro Recorder folder.


make_layer/index.html Make an orange construction layer. Contasts normal scripting notation with Terry Rawkins use of * for space and c/r for a concluding Enter.


t_rawkins_excel2scripts/excel2scripts.html Terry's method of taking Excel into script files.
The script files created using the method:-
    x-y-quadratic.scr     Download.
    x-y-quadratic.txt     View in browser.


terry_rawkins/sol-fun_page.html AutoLisp/Script PSS 'Parametic Solid Scripting'.