Friday, April 27, 2012

Pause Command :

It suspends processing of a batch program and displays the message as 'Press any key to continue...'. It is most commonly used in Batch file programming.
Syntax :

pause
Use 1:

p1.bat

ver
pause
cls

Output :


D:\DINESH > ver

Microsoft Windows XP [Version 5.1.2600]

D:\DINESH > pause
Press any key to continue...

No comments:

Post a Comment