home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / TRANK1.ZIP / TRANK.DOC < prev    next >
Text File  |  1994-09-04  |  2KB  |  61 lines

  1. Trank v1.0 (C) Copyright 1994.
  2. A Tronix Developer's production by CJ aka Charles Sperber ...
  3.  
  4. Registration :
  5.  
  6. Trank v1.0 is a freeware production by Tronix Developers. If you would like
  7. access to the Pascal source code, it is available though. Trank v1.0 was
  8. written using Borland's Pascal v3.21d and including "common.pas" which was
  9. written specifically for WWIV. Send $2.00 + $2.50 shipping & handling to
  10. the following address:
  11.  
  12. P.O. Box #365
  13. Clinton, OH  44216
  14.  
  15. Disclaimer :
  16.  
  17. Tronix Developers cannot and will not be held responsible for any
  18. problems which may occur while using Trank v1.0 It has been
  19. extensively tested under extreme conditions yielding harmless results.
  20. If you encounter an error message please report this problem to
  21. CJ aka Charles Sperber.
  22.  
  23. Purpose :
  24.  
  25. The purpose of Trank v1.0 is to display the top player from ranked
  26. datafiles. Take for instance Trade Wars 2002 which creates ranked
  27. datafiles. By specifying certain parameters Trank v1.0 will read the
  28. datafile and display the top player.
  29.  
  30. Defines :
  31.  
  32. Trank v1.0 is called by command line parameters. To make this easier to
  33. understand here's an example.
  34.  
  35. ALIAS             WINS
  36. -----------------------
  37. CJ                  101
  38. DICEMAN             93
  39. OSIRIS              08
  40.  
  41. As you can see, the alias CJ is the overall top player. Therefore you
  42. would set up Trank to read line number 3 starting with character 1 and
  43. ending with character 20.
  44.  
  45. Command line parameters :
  46.  
  47. ( player's datafile ) - the text datafile containing ranked names
  48. ( line number ) - the line number the top player is stored
  49. ( # of starting char. ) - the starting character # of the top player
  50. ( # of ending char. / or E ) - the ending character # or 'e' for end of line
  51. ( name of program ) - the name of the program
  52. ( /p - pause ) - optional - /p will pause the screen else ignored
  53.  
  54. Instructions :
  55.  
  56. 1. Pkunzip your Trank v1.0 archieve. ( This should already be done. )
  57. 2. Type "trank.exe" for a listing of command line parameters.
  58.  
  59. Thank you for choosing Tronix Developer's software,
  60. CJ aka Charles Sperber
  61.