[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Command line FreeDiams
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] Command line FreeDiams |
Date: |
Mon, 1 Mar 2010 09:03:21 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, Feb 28, 2010 at 03:42:34PM -0800, Jim Busser wrote:
> 1) I was able, on Mac OS 10.6x, to get FreeDiams to accept
>
> --patientname
>
> from the command line, but not any of the other parameters
> (even by themselves). Is this yet known to work as intended
> on other *nix or on Windows?
It works on Linux.
> If not, what is that required form... is it
>
> <call application> --param1 --param2 --param3 ... ?
Yes.
> So... except for the part about --patientname being the only argument
> successfully passed (screenshot), the following is what worked:
>
> open -a FreeDiams.app --args --patientname="James Kirk"
Try enclosing the whole dang thing in quotes:
open -a 'FreeDiams.app --patientname="James Kirk" --gender=M'
> 3) the argument would not work, if passed as "-" (single
> hyphen) ... it needed "--". If that is the required method
> on all platforms, then we need updating at:
I never tried - but am using -- on Linux, too.
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
- Re: [Gnumed-devel] Command line FreeDiams,
Karsten Hilbert <=