home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tapefit / !TapeFit / CLusage < prev    next >
Encoding:
Text File  |  1996-02-25  |  2.8 KB  |  70 lines

  1.  
  2.  ********                                ********
  3.     **                                   **                           
  4.     **                                   **           **       **     
  5.     **                                   **           **       **     
  6.     **                                   **                    **     
  7.     **       *****   ** ***      ****    **         ****     ******   
  8.     **      **   **  ***  **    **  **   ******       **       **     
  9.     **           **  **    **  **    **  **           **       **     
  10.     **      *******  **    **  ********  **           **       **     
  11.     **     **    **  **    **  **        **           **       **     
  12.     **     **    **  **    **  **        **           **       **     
  13.     **     **    **  ***  **    **   **  **           **       **  ** 
  14.     **      ***** *  ** ***      *****   **        ********     ****  
  15.                      **       +----------------------+
  16.                      **       | Version 1.21         |
  17.                      **       | © Musus Umbra, 1996  |
  18.                      **       +----------------------+
  19.  
  20.  
  21.                Command Line Usage & Portability Issues
  22.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23.  
  24. Command line usage
  25. ~~~~~~~~~~~~~~~~~~
  26.     The TapeFit executable is invoked with the following syntax:
  27.  
  28.     tapefit [-c<tapesize>] [-i<trackfile>] [-o<outputfile>] [-t<tolerance]
  29.             [-s<shuffles>] [-g<intertrack gap>]
  30.  
  31. If any of the options are missing, or '-' then the default is used.
  32.  
  33. Tapesize is specified in minutes, and is the tape size, not the size of a
  34. side. Default is 90.
  35.  
  36. Trackfile is the file to read the track information from.  Default is stdin
  37. (normally the keyboard).
  38.  
  39. Outputfile is the file to save the results in.  Default is stdout (normally
  40. the screen).
  41.  
  42. Tolerance is the tolerance, specified in seconds.  Default is 30.
  43.  
  44. Shuffles is how many tracks to shuffle.  Default is 0.
  45.  
  46. Intertrack gap is how many seconds to leave between tracks. Default is 3.
  47.  
  48. See the main !Help file for more information on what these options do.
  49.  
  50.  
  51.  
  52. Portability
  53. ~~~~~~~~~~~
  54.     The source code is provided (c.tapefit).  The code is ANSI C, and
  55. to the best of my knowledge should simply compile and run on any system with
  56. a halfway decent C compiler.
  57.  
  58.     Permission is granted to recompile the code for any system, and
  59. distribute the resulting exectable providing that the source code is also
  60. included and that no profit is made in doing so.  In addition, the copyright
  61. notice and disclaimer from the !Help file should be included, and this
  62. condition imposed in the licence.
  63.  
  64. Please see the main !Help file for the full Licence and Disclaimer.
  65.  
  66. © Musus Umbra (aka Andy Holdsworth), 1996.
  67.  
  68. A.J.Holdsworth@ncl.ac.uk
  69. Andy c/o 23 Baronsway, Whitkirk, Leeds, LS15 7AW, England.
  70.