Wednesday 19 October 2016

How to Create Non-Closable Popup

 Follow these steps to create a non closable popup.
Write the following code at notepad and save with yourname.bat

Step 1- Open Notepad
Step 2- Paste the following code on notepad
            @echo off
             :top
             msg * Hello Er. Vinay Singh
              goto top

Step 3- Save it with yourname.bat
Step 4- Double click on the file to see the magic you have created.