Computer shortcut

From Wikipedia, the free encyclopedia

Computer shortcuts are small files containing only the location of another file, and sometimes specific parameters to be passed to it when run. They are commonly placed on the desktop, an application launcher panel, or the main menu of various desktop environments, and typically only work from the GUI and not from the command line.

Contents

[edit] Implementations

Microsoft Windows adds .LNK as the filename extension, and displays them with a curled arrow by default. This extension remains hidden in Windows Explorer even when "Hide extensions for known file types" is unchecked in File Type options because it is controlled by the “NeverShowExt” option in HKEY_CLASSES_ROOT→LNKfile in the Registry. .LNK files are commonly referred to as "shortcuts" or "link files" or "LNK files", though "link" has a different meaning in Unix-like systems (see symbolic link and hard link).

Some desktop environments for UNIX-like operating systems provide freedesktop.org .desktop files.

Macintosh System 7 through Mac OS 8.1 have a similar concept called aliases, which distinguish themselves visually to the user by the fact that their file names were in italics. In Mac OS 8.5, another distinguishing mark was added, badging with an "alias arrow" – a black arrow on a small white square – similar to that used for shortcuts in Microsoft Windows.

In Mac OS X, the filenames of aliases are not italicized, but the arrow badge remains.

[edit] History

With early Graphical User Interfaces to execute an application or render a file, the user had to click on the representation of the actual file or executable in the location where the application or file was.

The concept of disassociating the executable from the icon representing an instruction to perform a task associated with that file or executable so that they may be grouped by function or task rather than physical organisation in the file structure was first described in the research paper "A Task Oriented Front End For The Windows Graphical User Interface" published in 1991 by Kingston University and presented to both Microsoft and Xerox EuroPARC that same year under an academia/business technology sharing agreement.

A simplified form of this research was incorporated into Windows 95.

[edit] See also

[edit] External links