• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • File Attachments

    Reply
    New Member
    Posts: 1
    Registered: ‎06-10-2009

    lisp

    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"))
    Please use plain text.
    Mentor
    Posts: 247
    Registered: ‎12-04-2009

    Re: lisp

    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"))
    Please use plain text.