Visual LISP, AutoLISP and General Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Higuys,
Just wondering if anyone knows if this lisp will work on Windows 7??
We've recently upgraded to 2012 on windows 7 from 2008 on XP and i treid to use this lisp yesterday but it didn't work.
I can't remember if it write the file new lin file to the drawing file location or if it goes to the C drive.
Our IT dept. have locked off pretty much everything except our desktops so maybe that an issue!!
Re: To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This lisp is working fine on win7 and AutoCad 2012,
lin file is created in my document.
I am using totalcommander, and if you open drawing from him, files will be created in folder where is drawing location.
Re: To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try to search for file which was created,
Type in start search:
NEWLT.LIN
Re: To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: To-lin Lisp - Exports linetypes to a new *.lin file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try with this, i test it only once and it suppose to alert you where is your file located.
I just added these two lines:
(setq fileloc (findfile "newlt.lin"))
(alert (strcat "Your file location: " fileloc))
And try to set variable REMEMBERFOLDERS to 0,
if it is set to 0 your file will be saved at the same folder where is the drawing which you opened.
