home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / q / read_me.1st < prev   
Text File  |  1991-02-27  |  3KB  |  60 lines

  1.  
  2.                           UPDATE NOTICE
  3.  
  4.      Q.PRG is now a TTP program!  Once again, thanks to Robert 
  5. Groh, SysOp of the Mind^s Eye BBS for the suggestion!
  6.  
  7.      If you read NOTHING else in this file, PLEASE read the 
  8. following, as there are many changes from previous versions.
  9.  
  10.      The Q.INF file is now 7 lines long.  Older versions of Q.INF 
  11. were only 5 lines, but not only has the file "grown", the order 
  12. has changed as well!  PLEASE read the section on the Q.INF file in 
  13. Q_DOC.ASC to understand those changes.
  14.  
  15.      The main change in Q.TTP is that you may now use as many 
  16. different text files, index files, and inf files as you wish.  
  17. When you run Q.TTP enter the name of a INF file you wish to use on 
  18. the command line.  This file *DOES NOT* have to be named "Q.INF" 
  19. nor does it have to be in the same directory or even on the same 
  20. drive as Q.TTP.  You don't have to have Q.TXT or Q.IDX in the same 
  21. folder or drive either!  They don't even have to be named Q.TXT or 
  22. Q.IDX!  The INF file you select will have the name and location of 
  23. the text file in it (as line #1) and Q.TTP will figure out the 
  24. name and location of the IDX file to use from that.  (Q.TTP simply 
  25. replaces the ".TXT" extention with ".IDX".  Cheap trick, but it 
  26. works!)  Be warned, Q.TTP will expect to find the IDX file in the 
  27. same directory as the TXT file!
  28.  
  29.      The ONLY restriction here is that the text file MUST, I 
  30. repeat *MUST* have a extention of some form!  The routine I use to 
  31. get the name of the IDX file looks for the LAST "." in the text 
  32. file name and replaces whatever is after that with "IDX".  (That's 
  33. the problem with "cheap tricks."  You have to follow certain rules 
  34. to make them work.  <sigh> )
  35.  
  36.      If you run Q.TTP with no arguements on the command line, 
  37. Q.TTP will look for Q.TXT, Q.IDX, and Q.INF in the same directory 
  38. as the program is.  (These are the "default" settings left in for 
  39. those that don't care and want a program that's simple to 
  40. run.) (Like me! <GRIN> )
  41.  
  42.      QIDXMAKE.PRG has also been fixed so that you can now "change" 
  43. your text file and not lose any of the used/not used data or 
  44. number of times run, number of times "cycled".  When run, 
  45. QIDXMAKE.PRG looks to see if there is a Q.IDX file already in the 
  46. same folder as Q.TXT.  If there is, it is renamed as Q_OLD.IDX and 
  47. as the new IDX file is created the data is copied over.  This way 
  48. you can now edit out spelling errors, or increase the file without 
  49. losing all the data on what quotes have been used.  (Yes, you can 
  50. now ADD to the text file!)  My thanks go out to the SysOp of a 
  51. private BBS who asked not to be named for the suggestion.  (See, I 
  52. didn't say who you were.  You can now relax.  <grin> )
  53.  
  54.      Once QIDXMAKE.PRG is done, you may remove Q_OLD.IDX if you 
  55. want.  QIDXMAKE.PRG won't do that automaticly in case you change 
  56. your mind.
  57.  
  58. Note:  This file is the same as UPDATE #3 in the Q_DOC.ASC file.
  59.  
  60.