home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Process Tamer / ProcessTamerSetup.exe / ConfigDir.ini < prev    next >
Encoding:
Text File  |  2009-03-27  |  2.1 KB  |  44 lines

  1. // CONFIGDIR = %MYDOCUMENTS%
  2.  
  3.  
  4. // This file (ConfigDir.ini) defines the directory where all configuration
  5. //  files for the program will be stored.
  6. // There should be only 1 actual line in this file that has any meaning,
  7. //  the CONFIGDIR assignmane above.  Everything else here is just comments.
  8. //
  9. // By default it is normally set to the program directory itself, meaning
  10. //  that all configuration/ini/settings/preferences will be store here
  11. //  with this ConfigDir.ini file.  This is also best for when you want to
  12. //  put the program on a usb drive.
  13. // Sometimes it is preferable to store the configuration files in a
  14. //  different directory, like a "C:\Documents and Settings" subdirectory
  15. //  which is designed to store program configuration data, or a custom
  16. //  directory specified by a user on a separate drive.
  17. //
  18. // TIPS:
  19. // 1. You can comment out lines by prefacing them with //
  20. // 2. You can use the following replacements:
  21. //     . (actual program directory -- use this for portable usb, etc.)
  22. //     %MYDOCUMENTS% (like C:\My Documents)
  23. //     %APPDATA% (like C:\Documents and Settings\{username}\Application Data)
  24. //     %PROFILE% (like C:\Documents and Settings\{username})
  25. //     %COMMONAPPDATA% (like C:\Documents and Settings\All Users\Application Data)
  26. // 3. The specified directory will be created if it doesn't exist.
  27. // 4. If configuration files are not found in the specified directory,
  28. //     any existing configuration files in the app dir will be copied
  29. //     from the app dir to the specified directory.
  30. // 5. If you edit this file while the program is running you need to
  31. //     exit and restart the program before it will take effect.
  32. //
  33. // EXAMPLES:
  34. //    CONFIGDIR=.
  35. //    CONFIGDIR=%MYDOCUMENTS%
  36. //    CONFIGDIR=E:\MyCleverSettings\
  37. //    CONFIGDIR=%APPDATA%
  38. //
  39. // NOTE: the company and application subdirectory name will automatically be
  40. //  added to the path specified (except for %APPDIR% which includes the name
  41. //  already, i.e.:
  42. //    "E:\MyCleverSettings" -> "E:\MyCleverSettings\DonationCoder\AppName\"
  43. //
  44. /////////////////////////////////////////////////////////////////////////////