if we assume that there is a dwg file "dwg_name" in the following path "D:\work"

i know that you should use double backslash "\\" ,in order to autolisp can recognize it as "\"

but when i use the following expression ,it returns "unknown command (dwg_path)"


(command "open" "D:\\work\\dwg_name")