How would you check the OS within AutoCAD? I need to set paths based on
OS version since XP and Win2K plotter files are not compatible but I
can't find any vars or properties that hold this info...
thx, kemp
How would you check the OS within AutoCAD? I need to set paths based on
OS version since XP and Win2K plotter files are not compatible but I
can't find any vars or properties that hold this info...
thx, kemp
(getVar "platform")
or
(getenv "OS")
is that what you are looking for?
Now that was simple - exactly what i needed. Thanks!
Luis Esquivel wrote:
(getVar "platform")
or
(getenv "OS")
is that what you are looking for?
check sketch for feature
Check and make changes on the fly
layer check and add