Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to define some buttons that will open certain reference documents - usually PDFs.
The following command works fine when entered directly on the Command line but not when added as a macro to a button.
(startapp "explorer c:\\temp\\file.pdf")
I've tried burying the command within a Lisp function. Didn't work.
I've Googled for answers and have got close but still not quite there. Something to do with the backslashes being interpreted as a pause.
Any ideas?
Solved! Go to Solution.