Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I use a lisp with startapp to open a textfile. This was working with Autocad 2015 without any problems, but now in 2018 it somehow has a problem with a space in the path to the file. If I could move the file I would already have done this, but its made by another lisp in the support folder of autocad.
(startapp "C:\\Program Files\\Notepad++\\notepad++.exe" "C:\\Users\\USERNAME\\AppData\\Roaming\\Autodesk\\AutoCAD 2018\\R22.0\\enu\\Support\\LMAC_BFind_SavedSearches_V2-0.txt")
I think there is a problem with the space in "\\Autocad 2018\\".
The weird thing is that in autocad 2015 I never had any problems with it.
Is there a way to still open this file?
Solved! Go to Solution.