Re: TIB: Question about programs themselves
[Prev][Next][Index][Thread]
Re: TIB: Question about programs themselves
Command line parameters are little toggle commands or switches you type on
the command line that enable/disable different options.
Example:
Quake -game happy +map prize
The "-game" and "+map" are command line parameters, and the "happy" and
"prize" are files (could be numbers or letters or anything) that are the
values of the command parameters.
Hope that helps you. A little surprising you didn't know that, but oh well.
-----Original Message-----
From: TurboSoft@aol.com <TurboSoft@aol.com>
To: ti-basic@lists.ticalc.org <ti-basic@lists.ticalc.org>
Date: Tuesday, October 20, 1998 3:05 PM
Subject: Re: TIB: Question about programs themselves
>
>In a message dated 10/20/98 2:29:49 AM Eastern Daylight Time,
>TGaArdvark@aol.com writes:
>
>> No, there is no way to do command line parameters. You can
>> type parameter:progname and then use Ans, but that's the only
>> way I can think of.
>
>what are command line parameters?
>