Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/17/2022 in all areas

  1. Type: (or cal (arxload "geomcal")) then try ALH
    1 point
  2. Try this: (defun _openfile (file / sh) (if (findfile file) (progn (setq sh (vlax-get-or-create-object "Shell.Application")) (vlax-invoke-method sh 'open (findfile file)) (vlax-release-object sh) ) ) ) (_openfile "C:\\Path\\To\\File\\cmd.bat")
    1 point
  3. I couldn't resist... GoldFinger.LSP
    1 point
×
×
  • Create New...