반응형 startapp2 Find to Edit "acad.pgp" file by Lisp ((setq pgp "acad.pgp")(setq ph (findfile pgp)) ;"C:\\Users\\???\\AppData\\Autodesk\\AutoCAD 2023\\R24.2\\kor\\support\\acad.pgp"(startapp (strcat "notepad " ph))(setq ph (vl-string-right-trim pgp ph)) ;"C:\\Users\\???\\AppData\\Autodesk\\AutoCAD 2023\\R24.2\\kor\\support\\" (startapp (strcat "explorer " "\"" ph)))(vl-string-left-trim "a" "aaaaaa aaaaaa aaaaa")" aaaaaa aaaaa" ; 공백이 나올 때까지 "a" 삭제. 2025. 6. 18. (startapp "explorer /e, c:\\temp\\") Explorer 실행 옵션https://superuser.com/questions/21394/explorer-command-line-switches/separate - Launches this explorer instance as a separate process./select [object] - selects the file or folder in the new explorer windowOpens a new single-pane Window for the default selection. This is usually the root of the drive on which Windows is installed./e Starts - Windows Explorer using its default view... 2025. 5. 9. 이전 1 다음 반응형