Create Link File
  

A new command to create a link file (short-cut).

SYNTAX

CREATE LINK FILE <Linkfile> ;
TARGETFILE <
Targetfile> ;
[ TARGETARGS <
Targetargs> ] ;
[ DESCRIPTION <Description> ] ;
[ SHOWMODE <
Showmode> ] ;
[ [ WORKING ] DIRECTORY <
Curdir> ] ;
[ ICON [ LOCATION ] <
Iconfile> ] ;
[ ICONINDEX <
Iconindex> ] ;
[ RESULT [ TO ] <
nSuccess> ]

where
Linkfile - the file name of the actual link file;
Targetfile - the file name of the link's target;
Targetargs - the command line arguments of the link's target;
Description - the description of the link's target;
Showmode - the ShowWindow() constant for the link's target;
Curdir - the working directory of the active link;
Iconfile - the file name of the icon file used for the link;
Iconindex - the index of the icon in the icon file.