skip to main
|
skip to sidebar
Home
Guest Post
About Us
Login
Home
Google
Blogger
SEO
Windows
Hacking
Social Media
Mobile
Announcements
Contact
Home
»
Hacking
»
Open Notepad Continually
Open Notepad Continually
Sunday, January 02, 2011
Harish Bhatt
Just type this code in notepad and save it as
.bat
extension and run it:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Newer Post
Older Post
Home
Subscribe Feed
Enter your email address:
Popular Posts
C#.Net: Create CheckBoxList Dynamically (In Runtime)
This is how you can create CheckBoxList in run time in C#.Net. aspx Code: < asp:Panel ID = "PnlControl" runat = "...
Get current page URL using JavaScript
Introduction In our web application sometimes we require current page URL on client side, like when we share any script or perform any ac...
Export Datatable into csv
Introduction: While working on .net projects you may get a situation where you need to export data into csv (Comma Separated Value) f...
How to Add Breadcrumbs in Blogger to gain SEO Advantage
I suggest every blogger who uses blogger as a blog hosting platform, should add breadcrumbs in blogger to gain SEO Advantage as well as ease...
How to Add 3-Column Footer to a Blog or a Website
Note: 1. Please Note: Before Editing your Template, Save a copy of your current template by clicking ‘Download Full Template’ in ‘Edit HTM...