home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 October / pcwoct96.zip / pcwoct96 / TITLE.INC < prev    next >
Text File  |  1996-05-17  |  859b  |  29 lines

  1. rem *** Constants for disc
  2.  
  3. '$define IsRunAdvertOnStartUp
  4.  
  5. '$define IsUsingOnLineReg
  6.  
  7. const Dir_Group        = ""
  8.  
  9. rem *** Constants specific to The Unexplained
  10.  
  11. '$define IsUnexplained
  12.  
  13. const Dir_UnexplainedRoot       = "\promo"
  14. const INI_Unexplained        = "unx.INI"
  15. const DLL_Unexplained        = "unx.DLL"
  16.  
  17. const Icon_Unexplained        = "\unx.ico"
  18.  
  19. const Sect_UnexplainedBinary        = "FlagTower Unexplained binaries"
  20. const Sect_UnexplainedEngine        = "FlagTower Unexplained AV Engine"
  21. const Sect_UnexplainedAccusoftGold    = "FlagTower Unexplained Accusoft Pro Gold"
  22. const Sect_UnexplainedDatabase        = "FlagTower Unexplained database"
  23. const Sect_UnexplainedCDilla        = "FlagTower C-Dilla Unexplained"
  24.  
  25. global Path_UnexplainedRoot as string
  26. global Path_UnexplainedBinary as string
  27. global Path_UnexplainedEngine as string
  28. global Path_UnexplainedDatabase as string
  29.