For AutoSD 11.0 and older
LT2007:
You will need to upgrade to the latest version of AutoSD
LT2006:
Paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2006\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2006\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "R2006LT/asd_w16.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "R2006LT/asd_w16.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
Copy asd_w16.arx from D:\AutoSD\R2006 of the
AutoSD CD to
C:\AutoSD\R2006LT
LT2005:
Paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2005\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2005\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "R2005LT/asd_w16.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "R2005LT/asd_w16.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
Copy asd_w16.arx from D:\AutoSD\R2005 of the
AutoSD CD to
C:\AutoSD\R2005LT
LT2004:
Paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2004\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2004\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "R2004LT/asd_w16.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "R2004LT/asd_w16.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
Copy asd_w16.arx from D:\AutoSD\R2004 of the
AutoSD CD to
C:\AutoSD\R2004LT
LT2002:
Paste the following to the end of the file:
C:\Program Files\cad-port\LTBooster\LT2000\LTBoosterdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "R2002LT/asd_w15.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "R2002LT/asd_w15.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
Copy asd_w15.arx from D:\AutoSD\R2002 of the
AutoSD CD to
C:\AutoSD\R2002LT
|
For
AutoSD 12.0 and later
For LT2008, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2008\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2008\Toolkitdoc.lsp
For LT2007, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2007\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2007\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w17.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w17.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
For LT2006, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2006\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2006\Toolkitdoc.lsp
For LT2005, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2005\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2005\Toolkitdoc.lsp
For LT2004, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2004\LTBoosterdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2004\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w16.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w16.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
For LT2002, paste the following to the end of the file:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2000\LTBoosterdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w15.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w15.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
|