I found this code that compiles the files directly, without those annoying errors from VLISP.
(defun c:FAS (/ name lispname outfilename findfas rewritefas)
(setvar "cmdecho" 0)
(setq name (strcase (getstring "Enter Lisp Name: ")))
(setq lispname
(strcat "C:\\LISP_Directory\\"...