home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / TEST / 3DWB98 / PATCH / ws98bat.exe / Runws.zdr < prev   
Encoding:
Text File  |  1997-10-29  |  8.2 KB  |  240 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.  
  31.  
  32. [Options]
  33.  
  34. ; Setting ExitBenchmark to True causes Winstone 98 to exit when
  35. ; it completes all its tests. The default value is True,
  36. ; so Winstone 98 stops normally after completing its tests. Setting the
  37. ; value to False leaves the benchmark running after the tests have completed.
  38.  
  39. ExitBenchmark=True
  40.  
  41. ; Setting DemoMode to True causes Winstone 98 to run, in demo mode, the test 
  42. ; suite specified in the first StepN section of this batch file .  The default
  43. ; value is False.
  44. ;
  45. ; Winstone 98 will not save any results when it runs in demo mode,
  46. ; and it will ignore the ExitBenchmark and ExitWindows settings,
  47. ; as well as all sections named [StepN], where N is larger than 1.
  48.  
  49. DemoMode=False
  50.  
  51. ; Setting this option to True causes Winstone 98 to check the
  52. ; Configuration Information.
  53.  
  54. SystemConfigurationCheck=False
  55.  
  56. [Messages]
  57.  
  58. ; InitMessage contains a time-out value in seconds (whole numbers only) and a string
  59. ; that Winstone  98 displays in a message box after the batch file  starts running. This
  60. ; field is optional.
  61. ;
  62. ; A time-out value of 0 indicates that Winstone 98 will display the
  63. ; message box until the tester closes that box. Winstone 98 replaces
  64. ; tilde characters (~) with line breaks in the actual message
  65. ; box.
  66.  
  67. ;The following message displays for 5 seconds.
  68.  
  69. InitMessage=5,Winstone 98 is starting.
  70.  
  71.  
  72. ; Repeat the StepN section as many times as you want, with N
  73. ; starting at 1 and increasing. Each section specifies a suite
  74. ; of tests to run, options Winstone 98 should use during those
  75. ; tests, and results files to save. 
  76. ;
  77. ; Our sample batch file has two steps.  Step1 defrags the hard disk
  78. ; and reboots the system.  Step 2 runs all Winstone 98 tests, saves the 
  79. ; results in the default database, and starts over with step 1.
  80.  
  81.  
  82. [Step1]
  83.  
  84. ; StartMessage and EndMessage contain a time-out value in
  85. ; seconds and a string Winstone 98 displays in a message box
  86. ; at the beginning and end of the Step, respectively. Both
  87. ; messages are optional. A time-out value of 0 indicates
  88. ; Winstone 98 will display the message box until the tester
  89. ; closes that box and will not run the rest of the batch file until
  90. ; the box is closed.  Winstone 98 replaces tilde characters (~)
  91. ; with line breaks in the message box.
  92.  
  93. StartMessage=5,Disk defrag will start in 5 seconds (Windows 95 only).  After defrag is finished, the computer will reboot.
  94. ;EndMessage=5, Defrag complete.~Rebooting computer.
  95.  
  96.  
  97. ; ChangeScreen causes the screen to change to specified resolution and 
  98. ; colordepth.  Only use this command in a step without a Suite or 
  99. ; SuiteSection specified. 
  100. ;
  101. ; The command below sets the screen to 1024x768 at 16 bit colordepth.
  102.  
  103. ;ChangeScreen=1024,768,16
  104.  
  105.  
  106. ; Setting UserEditBasicInfo to True causes Winstone 98 to display the
  107. ; Change Basic Info dialog box for the user to change.  The batch file 
  108. ; waits for the user to dismiss the dialog before proceeding.
  109.  
  110. ;UserEditBasicInfo=TRUE
  111.  
  112.  
  113. ; Setting Defrag to True causes Winstone 98 to launch the Windows Disk 
  114. ; Defragmenter program when Winstone 98 terminates. The default value 
  115. ; is False, which does not run the defrag program.
  116.  
  117. Defrag=TRUE
  118.  
  119.  
  120. ; Setting RebootSystem to True causes Winstone 98 to reboot the
  121. ; computer when Winstone 98 terminates. The default value is False, so
  122. ; Winstone 98 normally exits and leaves Windows running.
  123.  
  124. RebootSystem=True
  125.  
  126.  
  127. [Step2]
  128.  
  129. ; Repeat the StepN section as many times as you want, with N
  130. ; starting at 1 and increasing. Each section specifies a suite
  131. ; of tests to run, options Winstone 98 should use during those
  132. ; tests, and results files to save.
  133. ;
  134. ; The Suite setting specifies the path name of the .ZDS suite file
  135. ; that contains the list of tests to run and/or display.  The 
  136. ; WS98ALL.ZDS suite included with the benchmark contains all the 
  137. ; Winstone 98 tests.  You can create additional suite files by 
  138. ; running the benchmark and choosing Create from the Suite menu.
  139. ;
  140. ; The following setting assumes the benchmark is installed in C:\ZDBENCH.
  141.  
  142.  
  143. ;Suite=c:\zdbench\suites\ws98all.zds
  144.  
  145. ; The suite definition can also be included directly in this file 
  146. ; with the SuiteSection command.  
  147.  
  148. SuiteSection=Suite1
  149.  
  150.  
  151.  
  152. ; Winstone 98 adds the basic info fields to the results file. These 
  153. ; fields let you change the Description, Comments, and variants for
  154. ; each Step. You would normally change them by using the Edit Basic 
  155. ; Info dialog.  You can set these fields in the Environment
  156. ; section above or use different values for each step.
  157.  
  158. ;Description=Tester Must Supply
  159. ;Comments=Tester Must Supply
  160. ; Other Basic Information can go here.
  161.  
  162. ; Setting ClearResults to False prevents Winstone 98 from forgetting
  163. ; all results from previous steps.  The default value is True,
  164. ; meaning Winstone 98 will forget all previous results at the start
  165. ; of the step.
  166.  
  167. ClearResults=True
  168.  
  169. ; StartMessage and EndMessage contain a time-out value in
  170. ; seconds and a string Winstone 98 displays in a message box
  171. ; at the beginning and end of the Step, respectively. Both
  172. ; messages are optional. A time-out value of 0 indicates
  173. ; Winstone 98 will display the message box until the tester
  174. ; closes that box and will not run the rest of the batch file until
  175. ; the box is closed. Winstone 98 replaces tilde characters (~)
  176. ; with line breaks in the message box.
  177.  
  178. StartMessage=10,Winstone 98 is about to start running all tests.
  179. EndMessage=10,Winstone 98 has saved the results in the file~Results98.ztd.
  180.  
  181. ; You may save results from this step in a database by clearing the 
  182. ; semi-colon (;) from the Database setting line and changing the
  183. ; path name of the database directory.
  184.  
  185. Database=c:\ZDBench\Results\Results98.ztd
  186.  
  187. ; Edit the settings below by changing the file name and
  188. ; directory name to specify the results files you want
  189. ; to produce.  Comment out any settings for result files
  190. ; you do not want. You can produce all three types of
  191. ; result files or any combination of formats you like.
  192.  
  193. ;TextFile=c:\zdbench\exports\results.txt
  194. ;XLSFile=c:\zdbench\exports\results.xls
  195. ;CSVFile=c:\zdbench\exports\results.csv
  196.  
  197.  
  198. ; GotoStep tells Winstone 98 which step to run after the current
  199. ; step is finished.  It can be used to run a suite repeatedly,
  200. ; saving the results.
  201.  
  202. GotoStep=1
  203.  
  204.  
  205. ; The following settings all correspond to the benchmark's 
  206. ; Test Settings dialog box tabs.
  207.  
  208. ; ***** Common Test Settings *****
  209.  
  210. ; The 'Disk Drive' setting specifies which hard disk Winstone 98 should use
  211. ; for all of its working files.
  212.  
  213. ;Common Properties:Disk Drive=C:\
  214.  
  215. [StepN]
  216.  
  217. ; Repeat the StepN settings as many times as you want. 
  218. ; Replace the [StepN+1] with [Step3], [Step4], and so on.
  219.  
  220. [Suite1]
  221. Business/Access 97=True
  222. Business/CorelDRAW! 7=True
  223. Business/Excel 97=True
  224. Business/Lotus 1-2-3 97=True
  225. Business/Navigator=True
  226. Business/PowerPoint 97=True
  227. Business/Quattro Pro 7=True
  228. Business/Task Switching 1=True
  229. Business/Task Switching 2=True
  230. Business/Word 97=True
  231. Business/WordPerfect 7=True
  232. High-End/AVS/Express 3.1=True
  233. High-End/FrontPage 97=True
  234. High-End/MicroStation 95=True
  235. High-End/Photoshop 4.0=True
  236. High-End/Premiere 4.2=True
  237. High-End/PV-WAVE 6.1=True
  238. High-End/Visual C++ 5.0=True
  239.