File Attachments
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
lisp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
95 Views, 1 Replies
06-10-2009 12:53 PM
auto cadd 2000 lisp under vista will not open a file
(setq fle1 (open "C:\PROGRAM FILES\ACAS2000\cad-cogo.in" "w"))
(setq fle1 (open "C:\PROGRAM FILES\ACAS2000\cad-cogo.in" "w"))
Re: lisp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-16-2009 10:47 AM in reply to:
enconcoinc
try ..
(setq fle1 (open "C:\\PROGRAM FILES\\ACAS2000\\cad-cogo.in" "w"))
or
try
(setq fle1 (open "C:/PROGRAM FILES/ACAS2000/cad-cogo.in" "w"))
(setq fle1 (open "C:\\PROGRAM FILES\\ACAS2000\\cad-cogo.in" "w"))
or
try
(setq fle1 (open "C:/PROGRAM FILES/ACAS2000/cad-cogo.in" "w"))
