home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / schem742.zip / etc / mkcomp.scm < prev    next >
Text File  |  1995-11-08  |  161b  |  4 lines

  1. (let ((dir (system-library-directory-pathname #f)))
  2.   (load (merge-pathnames "compdel.com" dir))
  3.   (disk-save (merge-pathnames "compiler.com" dir))
  4.   (%exit))