home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / helpfile / shwrip12.zip / SHOWRIP.DOC next >
Text File  |  1993-07-30  |  5KB  |  114 lines

  1. Hi and thanks for downloading this utility.  I am the sysop of a small
  2. single line BBS in central Ohio.  When I first heard about RIP technology
  3. I was excited about adding it to my BBS.  I soon discoved what a pain it
  4. was to simply view a RIP screen!  I started out by adding the screens to 
  5. my BBS and then calling it from another PC (not a good use of time!).  Then
  6. I started using the demo version of RIPAINT to load the file on the screen.
  7. That way was a lot quicker, but still kind of a pain to just view it, and
  8. besides, RIPAINT would be an expensive viewing utility if that's all you
  9. use it for.  It was designed to do a lot more than that!
  10.  
  11. So I decided to write my own utility to view RIP files.  SHOWRIP is that
  12. program.  It is still needs a little work, but it is fully functional on
  13. most screens.
  14.  
  15. To use SHOWRIP, 
  16.         Make sure that SHOWRIP.EXE is somewhere in your path.
  17.         The BGI and CHR files are not needed for ver 1.2 and up.
  18.  
  19. type: 
  20.         SHOWRIP <filename> [/d nnn] [/s] [/c] [/o]
  21.  
  22. Options:
  23.         /d nnn  Delay between commands for nnn milliseconds.
  24.         /s      Step Mode - press a key between commands.
  25.         /c      Show commands at bottom of screen.
  26.         /o      Show commands ONLY, no graphics.
  27. All options can be used together or alone.  Some combinations are not logical
  28. but they will work just the same. (Delay and Step mode together!?!?)
  29. Options can be in any order as long as nnn follows /d and as long as the 
  30. first parameter is the Rip filename.  When specifying the file name, the
  31. extension is now optional.
  32.  
  33. more to come!
  34.  
  35. What doesn't work: (yet!)
  36. 1. The more complicated RIP screens that include animation.
  37.  
  38. 2. The custom "Bezier" curve does not work the way it is suposed to;(
  39.    I have had a hard time with this one.  I can't figure out how to make
  40.    it work.  If anyone would like to help, it would be appreciated!
  41.  
  42. What works:
  43. 1.  SHOWRIP works on most RIP screens that I have tried:)
  44.  
  45. There are probably a lot of things this release will do and not do that I
  46. am not aware of.  This was not intended to be released as shareware until
  47. late into it's creation.  After thinking about it I thought that it might 
  48. be of some use to other sysops.  So I decided to send out this release to 
  49. see what kind of response I get.  If I get good response, I will continue to
  50. work on SHOWRIP and probably even add a few extra features I have been
  51. thinking about.  On the other hand, if the response is limited so will be 
  52. the updates! (common sense Huh?)<G>
  53.  
  54. Thanx,
  55. Chuck
  56.  
  57. Comments, suggestions, and registration,
  58.  
  59. Chuck Warrix                           NyteBytes  BBS
  60. 3430 Lacon Rd.                         (614) 529-1464
  61. Hilliard, Ohio  43026                  14400 v.32 bis
  62.  
  63. Registration is only five bucks and will entitle you to registered updates
  64. as they become available.  After I recieve your payment, I will put a copy
  65. of the latest version (without the delay screen) on NyteBytes BBS as an
  66. attachment to a private message to you.  So please log in using the same
  67. name as you use to register, or you will not get the message. (But you 
  68. knew that didn't ya!)<G>
  69.  
  70. I didn't include any kind of form here because......w e l l.....I hate forms!
  71. All I need is the name that you want SHOWRIP to be registered to and
  72. the name you will use to log into NyteBytes with to get it.  If you want
  73. to include a password, I will set up an account for you in advance to speed
  74. up your online time.
  75.  
  76. Please allow up to 7 days for your registered copy to be posted from the time
  77. that you mail your payment.  My job requires that I travel and some times I
  78. end up on the road away from the BBS for most of the week.  Not very 
  79. often though<G>
  80.  
  81. BTW if you want to include SHOWRIP in a batch file here are the values that
  82. it returns to DOS as ERRORLEVEL.
  83.  
  84. Everything worked ok                     0
  85. No filename specified                   99
  86. File open/not found error               98
  87. Graphics error                          97
  88.  
  89.  
  90. HISTORY:
  91.  
  92. 07/26/93  ver 1.0ß
  93.         First public release
  94.  
  95. 07/26/93  ver 1.1ß
  96.         Linked in the BGI graphics driver
  97.  
  98. 07/30/93  ver 1.2
  99.      1. Linked in all fonts so everything is in one executable file.
  100.         This made th EXE a little bigger, but now you don't have to have
  101.         all those CHR files around.
  102.      
  103.      2. You don't have to specify the RIP extension (optional).
  104.      
  105.      3. Added four command-line options:
  106.         /d nnn  Delay nnn milliseconds between each Rip command.
  107.         /s      Step Mode - Press a key between each command.
  108.         /c      Show the command at the bottom of the screen.
  109.         /o      Show only the Rip commands, no graphics.
  110.      
  111.      4. Bezier curves now work like they should!
  112.  
  113. Let me know if you would like to see more options.
  114.