Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 21 Oct 2003 23:36:38 -0500 From: Joshua Daniel Franklin To: cygwin AT cygwin DOT com Subject: Re: Updated: cygutils-1.1.4-2 Message-ID: <20031021233638.A22175@ns1.iocc.com> References: <3F348CCB DOT 9000303 AT ece DOT gatech DOT edu> <20031022015232 DOT 670F134C48 AT nevin DOT research DOT canon DOT com DOT au> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031022015232.670F134C48@nevin.research.canon.com.au>; from luke.kendall@cisra.canon.com.au on Wed, Oct 22, 2003 at 11:52:32AM +1000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 22, 2003 at 11:52:32AM +1000, luke DOT kendall AT cisra DOT canon DOT com DOT au wrote: > On 9 Aug, Charles Wilson wrote: > > o mkshortcut supports a new -w/--workingdir option. > > The man page for mkshortcut needs to be updated to reflect this good new > option. Here you go, Chuck. --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mkshortcut-man.patch" --- mkshortcut.1 2003-10-21 21:34:51.312500000 -0700 +++ mkshortcut.1-orig 2003-10-21 21:35:22.390625000 -0700 @@ -1,6 +1,6 @@ .\"{{{}}} .\"{{{ Title -.TH MKSHORTCUT 1 "21 Oct 03" "mkshortcut 1.5 (cygutils)" "Cygutils" +.TH MKSHORTCUT 1 "23 Feb 2002" "mkshortcut 1.01 (cygutils)" "Cygutils" .\"}}} .\"{{{ Name .SH NAME @@ -9,13 +9,27 @@ mkshortcut \- create a Windows shortcut .\"{{{ Synopsis .SH SYNOPSIS .B mkshorcut +.RB "\-h|\-v" +.br +.B mkshorcut .RB "[\-\fBa\fP \fIARGS\fP]" -.RB "[\-\fBi\fP \fIiconfile\fP [\-\fBj\fP \fIINT\fP] ]" -.RB "[\-\fBn\fP \fINAME\fP ]" -.RB "[\-\fBw\fP \fIPATH\fP ]" +.RB "[\-\fBi\fP \fIiconfile\fP [\-\fBj\fP \fIoffset\fP] ]" +.RB "[\-\fBn\fP \fIname\fP ]" .RB "[\-A] [\-D|\-P] \fITARGET\fP" .br .\"}}} +.\"{{{ Description +.SH DESCRIPTION +.B mkshortcut +is a command-line tool for creating Windows shortcut files (also known as +OLE links). It supports actions such as specifying arguments and setting the +icon to use for the shortcut. It can be easily run from a script or batch +file for non-interactive use. +.PP +.B TARGET +may be a file in the current directory, a full unix (POSIX) path, or a URL +in the form \fBhttp://www.cygwin.com\fP +.\"}}} .\"{{{ Options .SH OPTIONS @@ -44,10 +58,6 @@ Name to use for the shortcut file. Note that case must be enclosed in quotes. The Windows extention \fB.lnk\fP is automatically appended to \fI"NAME"\fP if not present. -.TP -\fB\-w\fR, \fB\-\-workingdir\fR=\fI"PATH"\fP -PATH to use for the working directory (defaults to directory path of TARGET). - .TP \fB\-v\fR, \fB\-\-version\fR Output version information (to stdout) and exit. --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --/9DWx/yDrRhgMJTb--