討論串[問題] AutoLisp可以呼叫外部程式嗎
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者Egriawei (Sola)時間18年前 (2007/05/10 23:04), 編輯資訊
0
0
0
內容預覽:
應該可以,用start或startapp指令. 讀exe檔等等我不知道是不是也可以(但至少要讓系統找的到檔案位置). 下面列舉一些. (command "start" "excel") ;開excel. (command "start" "notepad") ;開notepad. (command
(還有134個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者sjgau (sjgau)時間18年前 (2007/05/10 10:48), 編輯資訊
0
0
0
內容預覽:
再提供更勁暴的應用方法. 你可以使用 AutoLISP 跟AutoCAD. 和 AutoCAD 圖檔做互動,得到一些幾何資料,. 使用 DXFout, 或是 ATText 等指令. 將 你要的幾何資料輸出,成為文字檔案,. 接著,你的 LISP 程式,呼叫外部程式,. 處理這些檔案。. 你的 外部程

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者sjgau (sjgau)時間18年前 (2007/05/10 09:37), 編輯資訊
0
0
0
內容預覽:
(princ "Hello, world!"). (command "circle" "0,0" "1"). (command "zoom" "e"). (command "shell" "dir *.*/p"). (princ). 如上,答案是:可以. AutoCAD 有一個指令,叫做 "shel

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者cynthmis (pika)時間18年前 (2007/05/09 22:10), 編輯資訊
0
0
0
內容預覽:
如標題所示. 在lisp裡有辦法呼叫外部程式嗎?. 例如我在lisp執行到一個段落後. 想要開啟一個檔案、或是執行exe、bat等等的執行檔..謝謝. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 219.91.91.234. 編輯: cynthmis 來自: 219.9
首頁
上一頁
1
下一頁
尾頁