*******************************************************************************
*                                                                             *
*   T i F i le P r o p                                                        *
*                                                                             *
*   by Stefan Heule                                                           *
*   member of boolsoft (www.boolsoft.org)                                     *
*                                                                             *
*   ReadMe                                                                    *
*                                                                             *
*******************************************************************************

TiFileProp - command line tool to set TI68k variable file properties


-------------------------------------------------------------------------------
Contents
-------------------------------------------------------------------------------
I.   Command line arguments
II.  Sample usage
III. License
IV.  Credits


-------------------------------------------------------------------------------
I. Command line arguments
-------------------------------------------------------------------------------
Usage: tifileprop [flags] <infile>

       -d <dest>   ... set the destination according <dest>:
                        r .. RAM
                        l .. RAM, locked
                        a .. archive
       -fo <name>  ... on-calc foldername (up to 8 characters)
                       NOTE: use '-fo -' to send the file to the
                             current folder of the receiving unit
       -fi <name>  ... on-calc filename (up to 8 characters)
       -c <str>    ... file comment (up to 40 characters)
       -ti <calc>  ... set target device according <calc>:
                        89 .. TI-89 (Titanium)
                        9x .. TI-92 Plus
                        v2 .. Voyage 200
       -n_extcheck ... skip file extention check
       -q          ... don't output standard messages

       <infile>    ... input file



-------------------------------------------------------------------------------
II.  Sample usage
-------------------------------------------------------------------------------
I'm using this program for all my projects, in combination with a simple batch
file. This batch file may contain the following code snippet:

FOR %%A IN (%project_name%.*z) DO "%tifileprop_path%" -d a -fo - -fi %oncalc_name% -c "%project_name% by %author%" -q "%%A"



-------------------------------------------------------------------------------
III. License
-------------------------------------------------------------------------------
Copyright (C) 2008  Stefan Heule

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.


-------------------------------------------------------------------------------
IV. Credits
-------------------------------------------------------------------------------
> TiFileProp

> released: see history.txt
> written by Stefan Heule

> released under boolsoft

> compiled with MinGW 5.1.4, using Code::Blocks as IDE

> Thanks to:
  - Romain Livin and Tim Singer for the documentation of the file format.
  - Kevin Kofler for bug reports.

> Contact:
  -mail to: stefanheule@gmx.ch
  -website: http://www.boolsoft.org
  -icq:     401-392-196
  -msn:     stefanheule@gmx.ch