Message 1 of 2

Not applicable
12-13-2016
10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
Wondering if I can get some help with this one.
I want to be able to copy the DWGPrefix & DWGName to the clipboard. Somethign along the lines of:
(defun C:SaveFilePath ()
(setq filepath (getvar "dwgprefix"))
(setq filename (getvar "dwgname"))
**Concatenate variables here**
(command "ClipBoard Paste" filepath&filename)
(princ))
I've read about some about Doslib but I would prefer to go this route is at all possible.
Thanks
Solved! Go to Solution.