What is the command in winrunner to get dos prompt?

Showing Answers 1 - 1 of 1 Answers

Devi Prasannaa

  • Jul 25th, 2005
 

The dos_system function executes a DOS system command from within a WinRunner test script.  
 
dos_system ( expression ); 
 
Example 
 
dos_system("echo dos_system demo > c:demo.tmp"); - writes a line to the file .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions