Some of our 64-bit users lose their custom Support File Search Paths.
After reading about it, I saw that I could add them back in by putting
(setenv "ACAD" "S:\\Fonts;S:\\Acad2007\\Hatch_Patterns;S:\\Acad2007\\Lisp;S:\\Acad2007\\Simpson\\Menu;”)
at the end of acad2013.lsp.
1. However, I get malformed string on input error in AutoCAD.
2. My other question is do I need to list only the custom paths or all of the built-in paths as well?