Saturday, July 9, 2011

How to Create a URL File in the Simplest 3 Steps

A URL file is a file containing a Web address. Although you might assume you need specialized software to create this type of file, you can make URL files using nothing more than the basic coding tools that ship with your operating system. This will allow you to construct as many URL files as you require, enabling you to continue computing without having to spend money on additional software.

I assume that you want to create a URL file that brings us to http://microtrix.blogspot.com when you double click it.

Step 1: Open your word editor (Notepad, Gedit, VIM, ... No need to use MS Word)
Step 2: Type the following lines in to your editor:

[InternetShortcut]
URL=http://microtrix.blogspot.com

Step 3: Save your file with a name: abc.url

Now you get what you want. Is it simple as I said.!

No comments:

Post a Comment