Saturday, 20 June 2015

NOTEPAD TRICKS & TIPS

NOTEPAD TRICKS & TIPS   




1:    

@echo off                        
 a:
 color 2
 echo  %random%  %random%  %random% %random%  %random%  %random% %random%
 goto a
            
(this coding works on like a matrix)
       


2:   

start
start                          
start                          
start
start
       echo off
       lots of boxes
       start boxes

                                 (this coding works on a lot of error boxes will applied on your desktop)
                               {how many start command you will enter equal many boxes will apply}



3:   @echo off
      msg * Warning your computer has detected a virus.
      msg * To remove the virus click OK or close this box
      msg * Your Hard drives are now being formatted    
      msg * Please wait ...........                                                                                                                           msg * Sorry [JUST FOR FUN]                              

                                                     
                                      (this command was used for some foolish prank)
                                            [this will create some greeting messages]



       

No comments:

Post a Comment