home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / SANDRA / DATA.Z / Script.ini < prev    next >
INI File  |  1997-02-02  |  2KB  |  73 lines

  1. ;;
  2. ;; File: Script.ini - Sample batch-mode report settings example file for SiSoft Sandra
  3. ;;
  4. ;; Syntax: sandra /r <full path report script>
  5. ;; 
  6. ;; For this example: sandra /r script.ini
  7. ;; Note: Use quotes if the file has spaces in it, e.g. "c:\Program Files\1st Script.ini"
  8. ;;
  9. ;; Warning: Include the FULL PATH to the script file, e.g. "c:\temp\script.ini" not just
  10. ;;          "script.ini" even if the file is in Sandra's own directory!!!
  11.  
  12.  
  13. [General]
  14. ;; General settings
  15.  
  16. ;; Version - 100 for 1.00, 234 for 2.34 etc. <required!>
  17. Version=110
  18.  
  19. ;; Type of report: "save" or "email"
  20. ReportType=save
  21.  
  22. ;; if save: Full name & path of report file (comment it out if email)
  23. ;; Append to report file? "0"-No(default) or "1"-Yes
  24. ReportFile=Report.txt
  25. Append=0
  26.  
  27. ; Set the number of characters per line, between 10 to 200 (default 90)
  28. ExternalLineSize=90
  29.  
  30. ;; if email: Address of user(s) to send to, subject (uncomment if email)
  31. ;SendTo=C.A.Silasi@city.ac.uk
  32. ;SendCc=ce146@city.ac.uk
  33. ;Subject=SiSoft Sandra System Report
  34.  
  35. ;; Encrypt report? "0"-No(default) or "1"-Yes
  36. ;; Compress (ZIP) report? "0"-No(default) or "1"-Yes
  37. Encrypt=0
  38. Compress=0
  39.  
  40. ;; Enter your comments here - one line only!
  41. Comments=This is a test batch-mode report.
  42.  
  43. ;; Display progress dialog? "0"-No or "1"-Yes(default)
  44. ProgressDialog=1
  45.  
  46. ;; Exit after report is done? "0"-No or "1"-Yes(default)
  47. ExitAfterDone=1
  48.  
  49.  
  50. [Exterprise]
  51. ;; This is applicable to the network version only
  52.  
  53.  
  54. [Modules]
  55. ;; Module List "0"-To exclude(default) or "1"-To include module
  56. ;; Use Module-Properties to find out the command-line switch for a module
  57.  
  58. SummaryInfo=1
  59. CPUInfo=1
  60. VideoInfo=1
  61. WinMemInfo=1
  62. OLEInfo=1
  63.  
  64. System.ini=1
  65. Win.ini=1
  66.  
  67. ;; etc.
  68.  
  69. ;; Uncomment this line to include all available Sandra modules
  70. ;AllModules=1
  71.  
  72.  
  73. ;; That's it