Sunday 1 June 2014

Fun with Batch Programming

The following code will run the program again and again. Or it will create a loop

1) Open the notepad
2) Write the following code
@echo off
start notepad
start winword
goto x

3) Save the file as loop.bat

No comments:

Post a Comment