Shopping cart    |      
Results 1 to 2 of 2

Thread: Command Line Parameters to launch specific tests

  1. #1
    Join Date
    Jan 2003
    Posts
    286

    Default Command Line Parameters to launch specific tests

    Do command line parameters exist to launch All tests, All CPU tests, All Memory tests, All 2D/3D tests ... etc?

    I know you can run PT.exe from DOS but that only brings up the app and some of the switches will load baseline files. Haven't found any info about actually firing off a test from DOS.

  2. #2
    Join Date
    Jan 2003
    Location
    Sydney Australia
    Posts
    4,183

    Default

    There are a number of different command line parameters that can be used with PerformanceTest. You can run all tests but not particular tests. See below for details.

    Test automation
    The /ah, /ab, /ac and /at arguments can be used to auto-launch PerformanceTest and write the results to a file. The PerformanceTest window will close automatically at the end of the test run.

    Syntax.
    pt.exe <file_format> <result_file> <initialization_file>

    <file_format>
    /ah = HTML format
    /ab = Binary file format (the creates a new baseline file)
    /ac = Text with comma separated values (CSV).
    /at = Text with tab separated values.

    <result_file>
    The full path name of the output filename. It’s up to the user to specify the correct file name extension.

    <initialization_file>
    An initialization file that can be used to help with automated testing, see below or more details.

    Example
    pt.exe /ah c:\temp\results.htm
    A new HTML file is created in the \temp directory.

    Loading baselines
    By placing the name of a single binary baseline file on the command line, it will be loaded automatically.
    Syntax
    pt.exe <baseline_file>
    Example

    pt.exe “Dell Pentium4.pt”

    Initialization file
    An initialization file can be used to help with automated testing. The name of this file appears on the command line as parameter 3. For example,
    pt.exe /ac resultfile.csv "E:\test files\run1\test.ini"

    Initialization file content
    The file "test.ini" looks like this.

    Dell Dimension L 8100
    E
    10

    The 1st line is the machine name.
    The 2nd line is the drive letter.
    The 3rd line is the test duration in seconds.
    Note1: Only 3 lines are accepted. The machine name can be up to 200 characters.
    Note2: Don't include any extra space characters, tabs or comments.

Similar Threads

  1. Modem Test using Phone Line Simulator
    By yrrag in forum Other software
    Replies: 1
    Last Post: 07-05-2006, 04:31 AM
  2. PC reboots as soon as I launch Performance Test 6
    By gizmo01 in forum PerformanceTest
    Replies: 1
    Last Post: 04-21-2006, 11:54 PM
  3. Replies: 0
    Last Post: 03-02-2006, 11:50 PM
  4. Battery parameters
    By Anonymous in forum Other software
    Replies: 2
    Last Post: 03-03-2004, 11:36 PM
  5. Command line to run a Script
    By Anonymous in forum BurnInTest
    Replies: 2
    Last Post: 03-31-2003, 05:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •