home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / INC_MAG / INC_2_5.MSA / PRG / DCPY34 / DCOPY34.TXT < prev    next >
Text File  |  1987-09-15  |  14KB  |  280 lines

  1.               DCOPY Version 3.4   March 21, 1990
  2.  
  3.  I have been using Dcopy since the first day that I found it on 
  4. one of the bbs's that I call.  The few bugs in it kept nagging at 
  5. me, so I  decided to take it up on myself to disassemble the 
  6. program and try to  fix what I could.  The following represents 
  7. most of the 'visable'  changes that I have made to the program.  
  8. If you know of any more that  needs to be fixed then drop me a 
  9. line.
  10.  I had hoped that Ralph Walden would get interested in the ST 
  11. world  again, but I am afraid he has gone on to other things.
  12.  
  13.  1. The Packing bug has been fixed!  Dcopy will now pack a file  
  14. properly.  Version 1.91 would only write out the first 26 bytes of 
  15. the packed file.
  16.  
  17.  2. The program will not go 'crazy' if you ask it to arc a file 
  18. that is not there or an empty folder (or misspelled one).
  19.  
  20.  3. The format routines have been completely rewritten and now 
  21. supports  (invisibly) the Mega rom format.  The Mega rom format 
  22. will only work if  you have the new roms installed in your 
  23. machine.
  24.  
  25.  4. The copy disk functions have been completely rewritten and now 
  26. will copy any format disk (non copy protected) without any 
  27. problems.  The  previous version would not do extended (10 sector 
  28. per track) sector disks.  Note that Dcopy reads the information 
  29. on the source disk and will format the destination disk 
  30. accordingly.  It does not do any checking to the destination disk 
  31. first to find out if it is already formatted properly.
  32.  
  33.  5. The mouse should behave properly now and the standard GEM file  
  34. selector box can be used now! (Promise this time).
  35.  
  36.  6. A bug in the delete folder command that caused the system to 
  37. crash if used a couple of times has been fixed.
  38.  
  39.  7. The buffer routines have been made 'legal' now.
  40.  
  41.  8. The Undo key has been made a quick exit.
  42.  
  43.  9. A bug in the delete file within an ARC file has been fixed.  
  44. This only showed up if you were using the item selector box.
  45.  
  46.  10. A bug in the buffer routines has been fixed and now any size 
  47. file can be arc'd or extracted no matter how small the 'free 
  48. memory' buffer is.  This makes it very nice to run from within 
  49. programs such as ST-Talk Professional which only allocate a fixed 
  50. amount of memory to run external programs from.  Many thanks to Keith 
  51. Gerdes for finding and fixing that very elusive critter.
  52.  
  53.  11. A new command has been added to the alternate menu.  It is 
  54. the -S command and is used when you want to store a file to a new 
  55. or existing ARC file.  This is the same as 'A'dd without 
  56. compaction.
  57.  
  58.  12. A new feature has been added to the 'T'ype command.  You are 
  59. now prompted to continue to search for a word after it has been 
  60. found within the text.
  61.  
  62.  13. When using the program in the PRG mode Dcopy now remembers 
  63. the path you were last in.  The prior versions (1.99c and before) 
  64. had problems with this...sorry, but I think I got it fixed this 
  65. time! Version 3.01 corrects a small bug that would only occur if 
  66. you used the cancel button the first time thru on the item 
  67. selector box.  (Was setting my flag at the wrong place!).
  68.  
  69.  14.  When you are viewing a text file, you are now given the 
  70. option to print the file.  This could only be done before if Dcopy 
  71. was ran as a TOS/TTP file because it looks for a '-' as the print 
  72. flag, which can not be typed into the file selector box.
  73.  
  74.  15.  You are now given the option to print either the page 
  75. (screen) or the whole text of any text file you are viewing.
  76.  
  77.  16.  A hidden command has been added.  The Clr/Home key has been 
  78. made a toggle to go back and forth between GEM and TOS mode.
  79.  
  80.  17.  Corrected a bug in the 'W' (Change working directory) 
  81. command that would cause Dcopy to hang up in GEM mode sometimes.  
  82. A 'W' command will now set the default path for the file selector 
  83. box also.
  84.  
  85.  18.  Dcopy will now check to make sure that your printer is 
  86. online and ready when printing from within the 'T'ype command.
  87.  
  88.  19.  You can now pause a listing by hitting any key while it is 
  89. being written to the screen.  This applies to the disk directory 
  90. command and the view filenames in an ARC command.  Hitting any key 
  91. will continue the original command.
  92.  
  93.  20.  You can maintain the date stamp from within an ARC file by 
  94. using the new ALT X command.  If you want your extracted files to 
  95. keep the same time and date as they are in the ARC'd file, then 
  96. use this command instead of the normal eXtract.  This works in 
  97. version 3.08!
  98.  
  99.  21.  The way the verbose listing looks has been cleaned up a 
  100. little.  It is more in line with the way ARC.TTP shows the files.
  101.  
  102.  22.  Dcopy 3.07 is now about 2K smaller (now smaller than version 
  103. 1.91!) due to a new feature in HiSoft's DevpacST.  They added a 
  104. feature that does a very nice job of optimizing the assembled 
  105. program.
  106.  
  107.  23.  Dcopy will now ARC files that are zero bytes long.
  108.  
  109.  24.  The 'S'pace command will give the correct amount of 
  110. information on disks that only have 1 sector per cluster.
  111.  
  112.  25.  Fixed something that had bothered me for a long time.  Now 
  113. if you are in the process of 'A'rcing a file and you have selected 
  114. an ARC file name within the file selector box, but decide to stop 
  115. before you choose which file to arc, you can hit either OK or 
  116. CANCEL and it will abort. Hitting the CANCEL button before would 
  117. write out a file governed by the free space left on your disk or 
  118. partition.
  119.  
  120.  26.  Dcopy will now give you the familiar file selector box for 
  121. the destination of eXtracts, Copies and Moves if ran in the 'PRG' 
  122. mode.  If you want the destination to go into a folder, you must 
  123. modify the directory line with the appropriate drive and folder 
  124. name (B:\FOLDER\) and then have the selector update itself by 
  125. clicking on the top of the window box or what I call the grey area 
  126. of the box.  This allows the particular path that you want the 
  127. destination files to go to get logged in.  Please note that you 
  128. must include the last backslash for it to work properly.  Dcopy 
  129. will ignore the extender and the filename if you are using the 
  130. eXtract functions.  The Copy command works similar to the above, 
  131. but you can give it a different filename if you wish.
  132.  
  133.  27.  The HELP key will now bring up the alternate menu instead of 
  134. having to hit the ALT M keys.
  135.  
  136.  28.  A bug in the search directory command (J) has been fixed.  
  137. You can now have any directory search be written out to a disk 
  138. file.  Whenever you use the J command, at the filespec prompt 
  139. enter something like *.* d:\drive_c.dir.  There must be a space 
  140. between the * and the drive letter.  A source drive would have 
  141. already been selected so that is the reason it did not appear in 
  142. the example.  You can also send the listing of a drive, partition 
  143. or folder to the printer by using -p instead of the drive letter 
  144. and filename.  Try it, I think you will like it.
  145.  
  146.  29.  Version 3.12 now supports copy to standard output with the 
  147. 'Control I' command.  This is a variant of the 'I' command 
  148. (extract with query), and will extract to the screen instead of to 
  149. a disk file.  You should only choose files that you know are ascii 
  150. to view to the screen in this manner. You can pause the screen by 
  151. hitting any key and abort the proceedure with the escape key.
  152.  
  153.  30.  The 'where is' command is now case independent from within 
  154. the 'T'ype command.  This means you can search for a string and it 
  155. doesn't matter if what you are searching for is upper or lower 
  156. case or any combination of the two.
  157.  
  158.  31.  Dcopy will now eXtract to ramdisks that will not handle odd 
  159. address writes (DeskCart! for instance).  The Arcing routines will 
  160. be able to write to the same ramdisk with a 50% chance of success.  
  161. The first file will always be successful though.
  162.  
  163.  32.  The file selector box may now be toggled on and off with the 
  164. insert key and the status of whether Dcopy is in TOS or GEM mode 
  165. and also whether the destination file selector box is wanted is 
  166. shown in the alternate menu now.  The alternate menu is available 
  167. by hitting the Help key.
  168.  
  169.  33.  The menus have been changed a little so that the more 
  170. commonly used commands show up on the main menu now.
  171.  
  172.  34.  Much thanks go out to Keith Gerdes for his Dcopy Shell 
  173. program, which is being released with version 3.12.  It makes 
  174. using Dcopy that much more of a pleasure.  Thanks Keith!
  175.  
  176.  35. Dcopy 3.14 now supports extracting to a folder automatically
  177. with the Alternate Z command.  The folder will have the same name as
  178. the ARC file.  This means that if you eXtract a file with the control
  179. Z command which has a filename of DCOPY314.ARC, the file will automat-
  180. ically go into a folder with the name of DCOPY314.  This is supported
  181. two folders deep.  So if there is another ARC file within the file that
  182. you are eXtracting, a folder will be created within the first folder
  183. and that arc will automatically be extracted and then deleted.
  184.  
  185.  36. The copy to std output now supports the printer as well as the
  186. screen.  The F1 key will toggle between screen and printer and the 
  187. current choice is displayed in the alternate menu screen.
  188.  
  189.  37. In the TYPE buffer, the command CONTROL W will remember the last
  190. string searched on and automatically begin searching again for that 
  191. string from the present point in the buffer.
  192.  
  193.  38. The copy to std output will stay within the selected .ARC file
  194. now when the current file is aborted with the ESC key.  Prior versions
  195. would abort back to the main menu and you would be forced to go thru
  196. the whole .ARC file again if you wished to view something 'deeper'
  197. within the  .ARC file.  If you abort while viewing a large file, then
  198. there will be a fairly long pause while Dcopy 'finds' the beginning of
  199. the next filename within the .ARC file.
  200.  
  201.  39. Added the extender .ASC to the list of files that will be asked
  202. to be viewed after eXtraction.
  203.  
  204.  40. The F10 command line key now behaves more like Dcopy does when
  205. it is in TOS mode.  You can send a verbose listing of an ARC file to
  206. a disk file or the printer in one command by hitting the F10 key and
  207. typing in something like v d:\filename.arc d:\verbose.lst.  This
  208. would create a file with the name verbose.lst on drive d with the
  209. listing of the contents of the file named filename.arc.  You can
  210. direct the listing to the printer by specifying the letter P as the
  211. destination path (v d:\filename.arc p).  This also works very well
  212. with the directory command also.  Dcopy will automatically add the
  213. extender .ARC to the source filename if you want to leave it off.
  214.  
  215.  41. The GEM and destination selector box (DSB) toggles have been tied
  216. together so they are a little easier to use.
  217.  
  218.  42.  A bug has been fixed in the save file feature within the 'T'ype
  219. command.  Dcopy will now save the file out properly no matter where
  220. you are within the file.
  221.  
  222.  43.  Dcopy behaves better with other shell programs like ArcShell,
  223. especially when called from the desktop as an installed application.
  224.  
  225.  44. Word Writer ST files are displayed properly now within the 'T'ype
  226. command.  Prior versions would display the 'tab' bar at the beginning
  227. of the file.
  228.  
  229.  45. The save date eXtract has been changed to a toggle command so it
  230. can be used with all of the extracting commands.  F2 will toggle the
  231. save date command on and off.  The default is off, so whenever an .ARC
  232. file is eXtracted, the file(s) will be date stamped with the current
  233. date/time of your computer.  If it is turned on, then the files will
  234. be stamped with the date of the individual files within the .ARC
  235. file.
  236.  
  237.  46. The eXtract to folder command has been changed from Alternate Z
  238. to Alternate X to make it more logical with the eXtracting commands.
  239.  
  240.  47. You are now given a prompt to delete the .ARC file after the
  241. files have been eXtracted.
  242.  
  243.  48. Fixed a minor bug in the Hex Dump (-h) command that would appear
  244. when you were viewing the end of a file.  Now Dcopy knows where the
  245. end occurs.
  246.  
  247.  49. Removed all of the 8 bit text manipulation routines to make Dcopy
  248. smaller.  I don't feel this will upset any one and if it does they can
  249. always use an earlier version than 3.16.
  250.  
  251.  50. Thanks to Paul Lee and Keith Gerdes, Dcopy now has the ability to
  252. unSQUASH files that have been squashed with version 5.12 of ARC.TTP. 
  253. This makes Dcopy compatible with ALL of the ARC.TTP compression
  254. routines.  No need to use ARC.TTP anymore!!
  255.  
  256.  51. Due to the number of complaints received about the delete .ARC
  257. after eXtract, this prompt has been removed in version 3.2.  I also put
  258. the F10 command line routines back to the way they were in version 3.14
  259. due to some conflicts with programs like Arcit.  This means you can
  260. forget what line 40 above says :->.
  261.  
  262. -------------------------------NEW--------------------------------
  263.  
  264.  52. Version 3.4 is compatible with ARC 6.02 which has the ability to
  265. include subdirectories (folders) within the ARC file.  Dcopy's verbose
  266. command will show the subdirectories as folders and the eXtract command
  267. will automatically create the folders and put the files in their proper
  268. place.
  269.  
  270.  53. A number of minor bugs have been fixed, but I haven't been keeping
  271. track of them.
  272.  
  273.  If you would like to leave me a message or have any comments 
  274. about  what I have done, I can be reached on the following 
  275. systems..
  276.  
  277.            GEnie                     Floppy Wizard BBS           
  278.           L.NOVAK                     (713) 827-8041
  279.  
  280.