home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / SONGTIME.ZIP / SONGTIME.DOC next >
Text File  |  1991-08-28  |  4KB  |  72 lines

  1.  
  2. *************************** SONGTIME ***********************************
  3.  
  4.  
  5.     I am a Van Halen fan.  I like the band so much that I have
  6. purchased 4 of their CDs in the recent past (OU812, VHII, 1984, and
  7. 5150).  I also like to listen to VH in my car.  Specifically, I like to
  8. listen to music, and NOT silence on a tape.  Therefore, I had a problem
  9. that I needed to solve using the resources that I have.  How do I find
  10. the OPTIMAL fit for these VH songs on a single 90 minute cassette?
  11. This is why I created SONGTIME.
  12.  
  13.     What you have here is the demo version of SONGTIME.  I strongly
  14. believe in paying for software since I am a software engineer by
  15. profession.  This demo version allows you to play around with my
  16. program before you lay down the unreasonable sum of $6 to get the
  17. full-blown registered version.  The demo version has some intentional
  18. delays built in as well as some other incentives to register.  Try it
  19. out before you buy it.  I have not seen ANYTHING like SONGTIME on the
  20. market This program is the perfect reason to justify the purchase of a
  21. 386 PC (tell that to your wife!).
  22.  
  23.     The syntax for SONGTIME is:
  24.  
  25.     C:>SONGTIME SONGNAME.TXT [/S] [/O=OUTFILE.TXT]
  26.  
  27.     The first argument 'SONGNAME.TXT' MUST BE the ASCII filename
  28. that will be used to read in the various parameters required by the
  29. program.  There are two optional parameters that can be placed in any
  30. order after the mandatory input filename.  The '/S' parameter will only
  31. display the song number instead of the song name.  This can result in
  32. great savings of disk space or printer paper when executing.  The
  33. default is a long format that outputs the name of each song.  The
  34. second parameter of '/O=' followed by a filename is where SONGTIME will
  35. send its output (instead of the screen).
  36.  
  37.         The format for the ASCII input filename is pretty
  38. straightforward.  The first line must be the number of songs that are
  39. to be examined.  The second line is the minimum amount of time that you
  40. wish to fill with music.  The third line is the maximum amount of time
  41. that you wish to fill with music.  Any combinations of songs that do
  42. not fall within these two parameters will not be displayed.  Note that
  43. comments are allowed on these first 3 lines.  Subsequent lines are the
  44. titles and durations for each of the songs.  I've written SONGTIME such
  45. that a decimal point '.' (such as the one on the numeric keypad) can
  46. take the place of the colon ':' when entering time values.  Any numbers
  47. after the colon (or decimal point) will be assumed to be the number of
  48. seconds on the track.  I've included the file 'VANHALEN.SON' as a
  49. sample ASCII input file for you to view.
  50.  
  51.     I have been using this program for quite a while and believe it 
  52. to be bug free, but unfortunately, I need to included this standard 
  53. disclaimer:
  54.  
  55.                I (Jim Nickel) hereby disclaim all warranties relating 
  56.       to this software, whether express or implied, including 
  57.       without limitation any implied warranties of merchantability 
  58.       or fitness for a particular purpose. I will not be liable for 
  59.       any special, incidental, consequential, indirect or similar 
  60.       damages due to loss of data or any other reason, even if I or 
  61.       an agent of I has been advised of the possibility of such 
  62.       damages.  In no event shall my liability for any damages
  63.           ever exceed the price paid for the license to use software,
  64.           regardless of the form of the claim.  The person using the
  65.           software bears all risk as to the quality and performance of the
  66.           software.
  67.  
  68.     If you have any suggestions for improvements or bug reports,
  69. PLEASE let me know.  I can be reached on the EXEC-PC bulletin board at
  70. (414)789-4210.  When I receive your $6, I will send you the REGISTERED
  71. version of SONGTIME right away.
  72.