Follow  us


 

Subject: How can I start an application automatically everytime I start Creo Elements/Direct Modeling (V20)?

The following LISP code have to be written to  a file called "sd_customize" in the directory

Directory_of_Creo_Elements_Direct_Modeling\personality\sd_customize

(create the file new, if it doesnt exist)


(use-package :oli)

(defun load_exp ()

(cd "
C:\\temp\\ExtrusionPower_20_for_Creo_V19_64bit")

(load_dia :type :source :FILE "exp_load_event.lsp")

)

(load_exp)


Attention:

The above text written in red have to be modified according to your Creo directory location.

The above text written in blue have to be modified according to your application directory location.