home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / crom2_03.zip / OS2.TXT < prev    next >
Text File  |  1996-06-12  |  3KB  |  93 lines

  1. History file for the os/2 version of crom utilities, refer to cromtag doc
  2. for the regular documentation
  3. -------------------------------------------------------------------------
  4.  
  5. There's not much to this... this is version 0.03
  6.  
  7. This is nothing more than a very eary release, very crude so far...
  8.  
  9. Also, I've only played with this for a few days, there are probably bugs
  10. that I've not seen yet, so if you find some, please let me know...
  11. -------------------------------------------------------------------------
  12.  
  13.  
  14. Sunday, June 9th
  15.  
  16.  - I finished this enough to at least work with the options... I started it
  17.    yesterday, I've never written a native os/2 app before, this is the
  18.    first. Cromtag/2 is written in rexx, which there's really lousy
  19.    online documentation for, and I have no written documentaion. *G*
  20.  
  21.    Anyway, to run it, it's the same as cromtag for dos... You use either
  22.    the 'spellcheck', 'encrypt', or 'sign' option with timEd version 1.10 or
  23.    greater. Put cromtag.ini, cromtag2.exe, and tag.lin in the same
  24.    directory as timEd. tag.lin is just a generic tagline file that I took
  25.    from some other guys tagline program, but your tagline file must be
  26.    named tag.lin
  27.  
  28.    For the sake of this document, I'll use the 'spellcheck' option in
  29.    timed.cfg:
  30.  
  31.    EXESPELL CROMTAG2
  32.  
  33.  - To run the thing... use a text editor, and modify cromtag.ini to the
  34.    following format:
  35.  
  36.    Line #1 - your name goes on this line
  37.    Line #2 - either 'on' or 'off', this is for the 'bragline'.
  38.    Line #3 - number of lines per screen
  39.  
  40.    The second entry means nothing at this point, but it must be
  41.    there. I may eliminate it altogether.
  42.  
  43.    Now you're ready to go, just make sure that you choose the 'spellcheck'
  44.    option, (or whatever special option you put it under) and it should work
  45.    out just fine.
  46.  
  47. Monday, June 10th
  48.  
  49.  - I added the 'mood2.exe' to the archive. When I got home from work, I
  50.    decided to take cromtag and slice it up to make the mood thingy work. I
  51.    just deleted about half the lines out of cromtag, and five minutes later
  52.    mood2 was here, seems to work okay, just remember that you have to have
  53.    a textfile called 'mood.lin' in the same directory...
  54.  
  55.    I put them both in a command file for testing, and I'll leave it that
  56.    way on my own machine, I suppose. I called it 'crom.cmd', and it simply
  57.    looks like:
  58.  
  59.       cd\timed
  60.       cromtag2
  61.       mood2
  62.  
  63.    That's it... I don't have to insert either a tagline or a mood kludge,
  64.    just answer 'no' to 'do you want to see the list again'
  65.  
  66. Monday, June 10th (again... *G*)
  67.  
  68.  - I did the Cromline/2 file the same way... Run it as you would the
  69.    Cromtag/2 utility. My timed.cfg file now looks like:
  70.  
  71.       EXESPELL CROM.CMD
  72.  
  73.    where 'crom.cmd' looks like:
  74.  
  75.       cd\timed
  76.       cromlin2
  77.       cromtag2
  78.       mood2
  79.  
  80. Wednesday, June 12th (My 37th birthday, hehe...)
  81.  
  82.  - When I got home today, I made the Csteal/2 program, which is the tagline
  83.    stealing program. As far as I can tell, this is now the complete suite
  84.    of stuff that the original Crom utilities for dos has. This rexx thing
  85.    has been fun, but... it's fairly simple and besides, my wife said that I
  86.    can purchase a new language when I decide which one I want. *G*
  87.  
  88.    Refer to the cromtag.doc file for instructions to use csteal/2
  89.  
  90.  
  91. Enjoy -
  92. Dana
  93.