home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / bbs / grunt140.lzh / README.1ST < prev   
Text File  |  1989-10-11  |  7KB  |  163 lines

  1. 10/11/89  Version 1.40
  2.  
  3.   The jump from version 1.10 to version 1.40 was due to several failed
  4. attempts to get ARC to work from remote.  Several different methods were
  5. tried, and all failed in one way or another.  Many of the fixes, and 
  6. additions were in some of the versions in between 1.10, and 1.40 which 
  7. never got sent out since they didn't work properly.  
  8.   I have bunched all of the fixes, and additions since 1.10 into this
  9. section for version 1.40
  10.  
  11. Fixes --------|
  12.               V
  13.  
  14.   Weekday conversion routine fixed.  We found out on 9/1 that the routine
  15. we were using for finding the day of the week (Sunday-Saturday) was off by
  16. one day.  After doing some checking we found out that there were several 
  17. months that it was off.  These months were different for different years.
  18.   I finally found a routine that I could rework to fit my needs and I have
  19. tested it through 1992 and it works properly for every month from January
  20. 1989 through December 1992.
  21.  
  22.   Small bug in the erase command while in Menu mode is also fixed.(bug only
  23. existed in MENU mode, and was not present in BATCH files)  If you gave a
  24. specific filename GRUNT would say it was deleteing the file, but didn't
  25. actually delete it.  If you used wildcards in the filename it would delete
  26. it.  In any case it has now been fixed.
  27.  
  28. NEW STUFF!!!!-----------|
  29.                         |
  30.                         v
  31.  
  32.   Added support for LHarc.  This utilizes the same sub-menu as ARC.TTP.  All
  33. commands are the same as those used in ARC.  The exception is "LIST" which
  34. is not supported by LHarc at this time.  All the rules that exist for using
  35. ARC through GRUNT must be followed for LHarc
  36.  
  37.   You can now get ARC, and LHarc to work from remote by using Andy Inman's
  38. *IO* progam (included).  Andy has given me permission to distribute his 
  39. program with mine.  All that is required of you to get this to work is to
  40. follow the installation instructions for *IO*.  You must also supply the
  41. path/filename for Rundoor.ttp (used by *IO* and included) in the GRUNT.SET
  42. file.  See below for the changes to GRUNT.SET
  43.  
  44.  
  45.  
  46.   Due to the addition of LHarc support and the use of *IO* program to allow 
  47. remote use of ARC, and LHard this requires a change in GRUNT.SET.  You must
  48. insert the path/filename for LHarc and Rundoor.ttp (used by IO* program) in
  49. the places noted in this example GRUNT.SET file.
  50.  
  51.  
  52. J:\TEMP\                      <--- Default path for GRUNT's files
  53. YES                           <--- Log status (Yes = On)
  54. J:\TEMP\GRUNT.LOG             <--- Path/filename for GRUNT log file
  55. E:\TRANSFER\ARC521\ARC.TTP    <--- Path/filename for ARC
  56. E:\TRANSFER\LH40ST\LHARC.TTP  <--- ****NEW**** Path/filename for LHarc
  57. E:\FOREM\R_EMACS.TTP          <--- Path/filename for BBS Emacs
  58. E:\FOREM\DOORS\RUNDOOR.TTP    <--- ****NEW**** Path/filename for Rundoor.ttp
  59. 60                            <--- Non-use timeout value
  60.  
  61.       >>>>>>>>>>>>>>Special note on LHarc version .40<<<<<<<<<<<<<<<<
  62.  
  63.   Version .40 Beta of LHarc has a few small bugs in it.  The most prominent
  64. of these is when you are extracting files from an .LZH file.  If the file
  65. you are extracting already exists and you tell LHarc to overwrite the 
  66. existing file it DOES NOT erase the file, and simply appends the new copy
  67. to the end of the old file.  Your best bet until a debugged version of LHarc
  68. arrives is to get a listing of files in the .LZH and make sure that you
  69. manually delete, or rename any conflicting files.
  70.  
  71.  
  72.   Added a file search feature.  This will show you all filenames matching
  73. the search mask along the path specified.  You may open folders in the
  74. search path, or simply search a single path.  If you decide to open folders
  75. GRUNT will open ALL folders it encounters in the search path.  You can 
  76. stop/start/abort the search using the same keystrokes for directories, or
  77. typing a file.
  78.  
  79. Hear is an example.
  80.  
  81. search d:\forem\*.* y
  82. ^           ^       ^
  83. |           |       |----Open folders
  84. |           |
  85. |           |----Path/mask
  86. |
  87. |----Command
  88.  
  89. If you leave out either the search path/mask, or whether to open folders or
  90. not on the command line you will be prompted for them.  This command only
  91. works in Menu mode, and is not supported in batch files.
  92.    
  93.  
  94.  
  95. ********
  96.  
  97. 9/1/89  Version 1.10
  98.  
  99.   Wildcard bug eliminated.  Wildcards are now completely legal for ERASE,
  100. COPY, and either type of directory.  They are now properly implemented so
  101. that if you use them in the Copy command only the files that MATCH the file
  102. being copied on the destination will be deleted.(I.E. copying *.* will no 
  103. longer erase all files on the destination path.  It will only erase the
  104. EXACT filename that conflicts)
  105.  
  106.   If you are copying a single file you may leave the filename blank, and
  107. only enter the pathname for the destination file.  If either no filename is
  108. given, or the one given has ANY wildcards in it GRUNT will copy the file to
  109. the new location using the source filename.
  110.   When performing a wildcard copy (I.E. ANY wildcards in the source filename)
  111. any filename entered in the destination file will be ignored, and GRUNT will
  112. use the source files name for the copy to the destination path.
  113.  
  114.   Wildcards are legal in the SOURCE pathname for the Append command.  GRUNT
  115. will append ALL files matching the wildcards to the destination filename.
  116. This would come in handy to put all of your Routings text files into a single
  117. file for easier downloading, reading, etc.  Naturally wildcards are illegal
  118. in the destination filename.
  119.  
  120.   Wildcards are NOT allowed in any of the filenames for the MERGE, RENAME,
  121. DFREE, EMACS, PATH, FREE, RESET command.
  122.  
  123.   Wildcards are NOT allowed in the destination filename when Adding, or Moving
  124. to an ARC, or the source filename when Extracting, or getting either type of
  125. list of files in an ARC.  Wildcards are allowed in the files to add, move, 
  126. list, verbose list, or extract.
  127.   
  128.   Wildcards are allowed with the TYPE command also.
  129.  
  130.   Wildcards ARE allowed in the source filenames for the Rweekday, and 
  131. Sweekday commands, but GRUNT will only use the FIRST file matching the mask
  132. you enter.  Wildcards are NOT allowed in the destination filename.  I left 
  133. the ability to use wildcards in the source file since we have a couple that
  134. we need the wildcards with over here since the filename changes from day to 
  135. day.
  136.  
  137.   
  138.  
  139.   When using wildcards for the Append, Copy, Erase, or Type command when in
  140. MENU mode you will now see a prompt similiar to Dcopy.  You can be prompted
  141. on individual filenames, or have all files matching used, or quit at any
  142. point.  However if you are copying (I.E. e:\forem\forem.log to g:\forem.log)
  143. and the destination (g:\forem.log in this example)  already exists it will
  144. NOT prompt you, and it WILL erase the file, and write out the new one if you
  145. choose to go through with the copy.
  146.  
  147.   When in batch mode and a wildcard is encountered for any of the commands
  148. where wildcards are legal the program assumes you know what you are doing,
  149. and follows your instructions EXACTLY.
  150.  
  151. *******
  152.  
  153. 8/27/89
  154.  
  155. Conflict discovered!!
  156.   If you use Mouse accelerator II you must turn the modem watch feature OFF
  157. or GRUNT will always think there is a carrier present.  There's nothing I
  158. can do about this.  It's something about the way MACCEL II patches into the
  159. OS to perform the modem watch.  It makes the system 'think' that there is 
  160. always a carrier.
  161.  
  162.  
  163.