;Play a CD while in AutoCAD (DOS) ;Substitute your CD playing utility (and path) ; (DEFUN C:PLAYCD (/) (COMMAND ".SH" "C:\\CD\\PLAYCD") );DEFUN