home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / geotools / geotools_1p24s.exe / _SETUP.1 / acad.lsp < prev    next >
Encoding:
Text File  |  1999-10-19  |  722 b   |  23 lines

  1. ;; ! ***************************************************************************
  2. ;; ! ACAD.LSP
  3. ;; ! ***************************************************************************
  4. ;; ! Function : Sample startup file for GeoTools
  5. ;; ! Argument : None
  6. ;; ! Return   : None
  7. ;; ! Updated  : June 11, 1999
  8.  
  9. (load "GT_Load")
  10.  
  11. ;; Remove the comment from the line below starting with (c:GT_Load) if you want
  12. ;; GeoTools to prompt you upon each entry into AutoCAD is you want it loaded.
  13.  
  14. ;; (c:GT_Load)
  15.  
  16. ;; ****************************************************************************
  17.  
  18. ;; Remove the comment from the line below if you want GeoTools to load
  19. ;; automatically upon startup in AutoCAD.
  20.  
  21. ;; (GT_Load)
  22.  
  23.