Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble installing alias editor

Status
Not open for further replies.

magnys

Technical User
Apr 8, 2002
18
US
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??

 
Make sure that the path that you place the files is listed in the support path under TOOLS >> OPTIONS , FILES tab and then support file search path.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top