home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SCRPTEXM.PAK / AUTOSAVE.CFG < prev    next >
Encoding:
Text File  |  1997-05-06  |  610 b   |  20 lines

  1. ;--------------------------------------------------------------------------
  2. ; Object Scripting
  3. ; Copyright (c) 1996 by Borland International, All Rights Reserved
  4. ;
  5. ; AUTOSAVE.CFG: Autosave configuration file.
  6. ;
  7. ; MAIN FILE: AUTOSAVE.SPP
  8. ;
  9. ; NOTES: You must reload autosave.spp or invoke autosave() if you change
  10. ;   these values.
  11. ;--------------------------------------------------------------------------
  12. ;This keyword specifies the save interval in seconds.
  13. SaveIntervalSec=900
  14.  
  15. ;These keywords specify what to save.
  16. SaveFiles=1
  17. SaveEnvironment=0
  18. SaveDesktop=0
  19. SaveProject=0
  20. SaveMessages=0