Running from a Command Prompt
You can bypass the DirectRT window and subject/condition prompt by using the command line option.
Details
If you are a programmer and want to launch DirectRT from another program or if you want to run DirectRT from a batch file then this is the syntax:
ExecuteDRT.exe /subject,condition,input file,range
Where
- Subject is an integer
- Condition is any alpha-numeric string
- Input file is the full path and file name of the input file to run
- Range is the range of trials to run ('all" for all trials)
Examples
ExecuteDRT.exe /1,1,c:\directrt\samples\sample1.csv,all
ExecuteDRT.exe /23,2,c:\input files\input1.csv,all
ExecuteDRT.exe /345,c4,c:\input files\input1.csv,5-37