I'm attempting to install alias editor on my system. Usually someone more technical would do this, but I'm on a site and on my own. Please help. I've done everything in the read me file shown here:
To install the Alias editor
copy alias.pgc alias.exe alias.hlp and acet1501.pgc
to your c:/program files/acad2000/support directory
then copy and paste the lisp below into
c:/program files/acad2000/support/acad2000doc.lisp
(defun c:ALIASEDIT ()
(if (not (startapp "alias"
) (alert "Could not load 'alias.exe'."
)
(princ)
)
Any Ideas??
To install the Alias editor
copy alias.pgc alias.exe alias.hlp and acet1501.pgc
to your c:/program files/acad2000/support directory
then copy and paste the lisp below into
c:/program files/acad2000/support/acad2000doc.lisp
(defun c:ALIASEDIT ()
(if (not (startapp "alias"
(princ)
)
Any Ideas??