home *** CD-ROM | disk | FTP | other *** search
/ CD Action 44 / cdactioncoverdisc441999.iso / Hardware / san / data1.cab / Script.ini < prev    next >
INI File  |  1999-08-30  |  2KB  |  80 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 script file is in Sandra's own directory!
  11.  
  12.  
  13. ;; You can create a script like this one by running the Create a Report Wizard and
  14. ;; specifying "Save these settings in a script file" at step 6 (Report Delivery)
  15.  
  16.  
  17. [General]
  18. ;; General settings
  19.  
  20. ;; Version - 100 for 1.00, 234 for 2.34 etc. Required!
  21. Program Version=510
  22.  
  23. ;; Type of report: "save", "email" or "print"
  24. Report Type=save
  25.  
  26. ;; if save:
  27. ;; Full name & path of report file (comment it out if email)
  28. ;; Append to report file? "0"-No (default) or "1"-Yes
  29. Report File=System Report.txt
  30. Append=0
  31.  
  32. ; Set the number of characters per line, between 10 to 200 (default 90)
  33. External Line Size=90
  34.  
  35. ;; if email: Address of user(s) to send to, subject (uncomment if email)
  36. ;SendTo=Sandra@sisoftware.demon.co.uk
  37. ;SendCc=C.A.Silasi@city.ac.uk
  38. ;Subject=SiSoft Sandra System Report
  39.  
  40. ;; if print: Sandra prints to the default printer you cannot specify
  41. ;; a certain printer.
  42.  
  43. ;; File Type "Normal" (TXT), "Hierarchy" (RPT), "Database" (CSV), "Web" (HTML), "XML" (XML), "SMS" (MIF)
  44. ;; Encrypt (CRY) report? "0"-No (default) or "1"-Yes
  45. ;; Compress (ZIP) report? "0"-No (default) or "1"-Yes
  46. Report File Type=Normal
  47. Encrypt=0
  48. Compress=1
  49.  
  50. ;; Enter your comments here - one line only!
  51. Comments=This is a test batch-mode report.
  52.  
  53. ;; Display progress dialog? "0"-No or "1"-Yes (default)
  54. Progress Dialog=1
  55.  
  56. ;; Exit after report is done? "0"-No or "1"-Yes (default)
  57. Exit After Done=1
  58.  
  59.  
  60. [Modules]
  61. ;; Module List "0"-To exclude(default) or "1"-To include module
  62. ;; Use Module-Properties or Help to find out the command-line switch for a
  63. ;; particular module
  64.  
  65. SummaryInfo=1
  66. CPUInfo=1
  67. VideoInfo=1
  68. WinMemInfo=1
  69. OLEInfo=1
  70.  
  71. System.ini=1
  72. Win.ini=1
  73.  
  74. ;; etc.
  75.  
  76. ;; Uncomment this line to include all available Sandra modules
  77. ;AllModules=1
  78.  
  79.  
  80. ;; That's it