home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / TEST / 3DWB98 / PATCH / ws98bat.exe / Runbws.zdr next >
Encoding:
Text File  |  1997-10-29  |  8.6 KB  |  248 lines

  1. ; This file contains all the information you need to create your 
  2. ; own .ZDR batch file. It describes how to use the batch mode commands
  3. ; and parameters so you can run tests and save results automatically,
  4. ; without having to manually perform these tasks.
  5. ; Copy and edit this file to reflect your computer's environment
  6. ; settings.
  7. ;
  8. ; Use this batch file's StepN section(s) to both call the suite file
  9. ; and name your result files.
  10. ;
  11. ; To "comment out" any parameters or descriptions, start the line with
  12. ; a semi-colon.
  13. ;
  14. ; To run Winstone 98 in batch mode, double click on the .ZDR file 
  15. ; from explorer.
  16.  
  17. [Config]
  18.  
  19. Benchmark=WS98
  20.  
  21. [Environment]
  22.  
  23. ; When you make any changes to the computer's environment settings using 
  24. ; the System Info dialog, Winstone 98 records those changes in the 
  25. ; SYSINFO.INI file.  You can override the SYSINFO.INI file settings by
  26. ; copying entries from the [ChangedByUser], [NotChangedByUser], or [BasicInfo]
  27. ; sections in the SYSINFO.INI file to this section of the .ZDR file and 
  28. ; modifying them.
  29. ;
  30. ; Winstone 98 contains tests that, with your help, can determine
  31. ; an appropriate value for the following fields. You can enable
  32. ; these tests by removing the semicolon (;) at the beginning of
  33. ; each line.
  34.  
  35. ;Display Refresh Rate=Determine With Test
  36. ;Display Cursor Type=Determine With Test
  37. ;Display Color Reproduction=Determine With Test
  38.  
  39. [Options]
  40.  
  41. ; Setting ExitBenchmark to True causes Winstone 98 to exit when
  42. ; it completes all its tests. The default value is True,
  43. ; so Winstone 98 stops normally after completing its tests. Setting the
  44. ; value to False leaves the benchmark running after the tests have completed.
  45.  
  46. ExitBenchmark=True
  47.  
  48. ; Setting DemoMode to True causes Winstone 98 to run, in demo mode, the test 
  49. ; suite specified in the first StepN section of this batch file .  The default
  50. ; value is False.
  51. ;
  52. ; Winstone 98 will not save any results when it runs in demo mode,
  53. ; and it will ignore the ExitBenchmark and ExitWindows settings,
  54. ; as well as all sections named [StepN], where N is larger than 1.
  55.  
  56. DemoMode=False
  57.  
  58. ; Setting this option to True causes Winstone 98 to check the
  59. ; Configuration Information.
  60.  
  61. SystemConfigurationCheck=False
  62.  
  63. [Messages]
  64.  
  65. ; InitMessage contains a time-out value in seconds (whole numbers only) and a string
  66. ; that Winstone  98 displays in a message box after the batch file  starts running. This
  67. ; field is optional.
  68. ;
  69. ; A time-out value of 0 indicates that Winstone 98 will display the
  70. ; message box until the tester closes that box. Winstone 98 replaces
  71. ; tilde characters (~) with line breaks in the actual message
  72. ; box.
  73.  
  74. ;The following message displays for 5 seconds.
  75.  
  76. InitMessage=5,Winstone 98 is starting.
  77.  
  78.  
  79. ; Repeat the StepN section as many times as you want, with N
  80. ; starting at 1 and increasing. Each section specifies a suite
  81. ; of tests to run, options Winstone 98 should use during those
  82. ; tests, and results files to save. 
  83. ;
  84. ; Our sample batch file has two steps.  Step1 defrags the hard disk
  85. ; and reboots the system.  Step 2 runs all Winstone 98 tests, saves the 
  86. ; results in the default database, and starts over with step 1.
  87.  
  88.  
  89. [Step1]
  90.  
  91. ; StartMessage and EndMessage contain a time-out value in
  92. ; seconds and a string Winstone 98 displays in a message box
  93. ; at the beginning and end of the Step, respectively. Both
  94. ; messages are optional. A time-out value of 0 indicates
  95. ; Winstone 98 will display the message box until the tester
  96. ; closes that box and will not run the rest of the batch file until
  97. ; the box is closed.  Winstone 98 replaces tilde characters (~)
  98. ; with line breaks in the message box.
  99.  
  100. StartMessage=5,Disk defrag will start in 5 seconds (Windows 95 only).  After defrag is finished, the computer will reboot.
  101. ;EndMessage=5, Defrag complete.~Rebooting computer.
  102.  
  103.  
  104. ; ChangeScreen causes the screen to change to specified resolution and 
  105. ; colordepth.  Only use this command in a step without a Suite or 
  106. ; SuiteSection specified. 
  107. ;
  108. ; The command below sets the screen to 1024x768 at 16 bit colordepth.
  109.  
  110. ;ChangeScreen=1024,768,16
  111.  
  112.  
  113. ; Setting UserEditBasicInfo to True causes Winstone 98 to display the
  114. ; Change Basic Info dialog box for the user to change.  The batch file 
  115. ; waits for the user to dismiss the dialog before proceeding.
  116.  
  117. ;UserEditBasicInfo=TRUE
  118.  
  119.  
  120. ; Setting Defrag to True causes Winstone 98 to launch the Windows Disk 
  121. ; Defragmenter program when Winstone 98 terminates. The default value 
  122. ; is False, which does not run the defrag program.
  123.  
  124. Defrag=TRUE
  125.  
  126.  
  127. ; Setting RebootSystem to True causes Winstone 98 to reboot the
  128. ; computer when Winstone 98 terminates. The default value is False, so
  129. ; Winstone 98 normally exits and leaves Windows running.
  130.  
  131. RebootSystem=True
  132.  
  133.  
  134. [Step2]
  135.  
  136. ; Repeat the StepN section as many times as you want, with N
  137. ; starting at 1 and increasing. Each section specifies a suite
  138. ; of tests to run, options Winstone 98 should use during those
  139. ; tests, and results files to save.
  140. ;
  141. ; The Suite setting specifies the path name of the .ZDS suite file
  142. ; that contains the list of tests to run and/or display.  The 
  143. ; WS98ALL.ZDS suite included with the benchmark contains all the 
  144. ; Winstone 98 tests.  You can create additional suite files by 
  145. ; running the benchmark and choosing Create from the Suite menu.
  146. ;
  147. ; The following setting assumes the benchmark is installed in C:\ZDBENCH.
  148.  
  149.  
  150. ;Suite=c:\zdbench\suites\ws98all.zds
  151.  
  152. ; The suite definition can also be included directly in this file 
  153. ; with the SuiteSection command.  
  154.  
  155. SuiteSection=Suite1
  156.  
  157.  
  158. ; Winstone 98 adds the basic info fields to the results file. These 
  159. ; fields let you change the Description, Comments, and variants for
  160. ; each Step. You would normally change them by using the Edit Basic 
  161. ; Info dialog.  You can set these fields in the Environment
  162. ; section above or use different values for each step.
  163.  
  164. ;Description=Tester Must Supply
  165. ;Comments=Tester Must Supply
  166. ; Other Basic Information can go here.
  167.  
  168. ; Setting ClearResults to False prevents Winstone 98 from forgetting
  169. ; all results from previous steps.  The default value is True,
  170. ; meaning Winstone 98 will forget all previous results at the start
  171. ; of the step.
  172.  
  173. ClearResults=True
  174.  
  175. ; Setting DontRunTests to True prevents Winstone 98 from running
  176. ; the tests specified in the suite.  This option is useful for
  177. ; displaying results from comparison machines without running
  178. ; the tests. The default value is False, meaning Winstone 98 will
  179. ; run its tests.
  180.  
  181. DontRunTests=False
  182.  
  183. ; StartMessage and EndMessage contain a time-out value in
  184. ; seconds and a string Winstone 98 displays in a message box
  185. ; at the beginning and end of the Step, respectively. Both
  186. ; messages are optional. A time-out value of 0 indicates
  187. ; Winstone 98 will display the message box until the tester
  188. ; closes that box and will not run the rest of the batch file until
  189. ; the box is closed. Winstone 98 replaces tilde characters (~)
  190. ; with line breaks in the message box.
  191.  
  192. StartMessage=10,Winstone 98 is about to start running Business Winstone 98 tests.
  193. EndMessage=10,Winstone 98 has saved the results in the file~Results98.ztd.
  194.  
  195. ; You may save results from this step in a database by clearing the 
  196. ; semi-colon (;) from the Database setting line and changing the
  197. ; path name of the database directory.
  198.  
  199. Database=c:\ZDBench\Results\Results98.ztd
  200.  
  201. ; Edit the settings below by changing the file name and
  202. ; directory name to specify the results files you want
  203. ; to produce.  Comment out any settings for result files
  204. ; you do not want. You can produce all three types of
  205. ; result files or any combination of formats you like.
  206.  
  207. ;TextFile=c:\zdbench\exports\results.txt
  208. ;XLSFile=c:\zdbench\exports\results.xls
  209. ;CSVFile=c:\zdbench\exports\results.csv
  210.  
  211.  
  212. ; GotoStep tells Winstone 98 which step to run after the current
  213. ; step is finished.  It can be used to run a suite repeatedly,
  214. ; saving the results.
  215.  
  216. GotoStep=1
  217.  
  218.  
  219. ; The following settings all correspond to the benchmark's 
  220. ; Test Settings dialog box tabs.
  221.  
  222. ; ***** Common Test Settings *****
  223.  
  224. ; The 'Disk Drive' setting specifies which hard disk Winstone 98 should use
  225. ; for all of its working files.
  226.  
  227. ;Common Properties:Disk Drive=C:\
  228.  
  229. [StepN]
  230.  
  231. ; Repeat the StepN settings as many times as you want. 
  232. ; Replace the [StepN+1] with [Step3], [Step4], and so on.
  233.  
  234. [Suite1]
  235. Business/Access 97=True
  236. Business/CorelDRAW! 7=True
  237. Business/Excel 97=True
  238. Business/Lotus 1-2-3 97=True
  239. Business/Navigator=True
  240. Business/PowerPoint 97=True
  241. Business/Quattro Pro 7=True
  242. Business/Task Switching 1=True
  243. Business/Task Switching 2=True
  244. Business/Word 97=True
  245. Business/WordPerfect 7=True
  246.  
  247.