home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / at780d.zip / NEWFOR.780 < prev    next >
Text File  |  1993-03-01  |  3KB  |  59 lines

  1.  
  2. CHANGES AND MODIFICATIONS IN VERSION 7.8
  3. ----------------------------------------
  4.  
  5. 1. ARCTOOL used an array method  of storing it's file information, and this
  6. had the effect of limiting the total  number of files that it could display
  7. to around 512. Also, this took up  about 2K of stack with EACH archive that
  8. was opened. Completely changed this so  that BOTH archives and files inside
  9. of  archives can  be displayed  up to  the available  memory. In  a typical
  10. system, there should be around 300K  available for ARCTOOL. This means that
  11. you could handle a total of 2500+ archives or files. The next step would be
  12. to allocate the buffers in EMS which could be done.
  13.  
  14. 2. Added a file counter to "READING ARCHIVES .." so that on slow systems or
  15. reading from  floppy disks, you can  tell how many files  have been read so
  16. far. BIG archives may take a minute  or so, and some folks thought that the
  17. system had hung.
  18.  
  19. 3. Added the ability to ESCAPE  out when reading archives. Previously, once
  20. it started, you HAD to let it finish, now pressing ESCAPE aborts.
  21.  
  22. 4. Added a "MAKE SURE PRINTER IS  ON.." window to the "PRINT FILE" facility
  23. to  allow  ESCAPE  to  be  pressed   to  abort  the  printing  of  a  file.
  24. Occasionally, the 'P' key would be accidentally pressed, and if it happened
  25. to be an EXE or COM file, the printer went crazy.
  26.  
  27. 5.  Reworked the  whole mechanism  for finding  and reading  the CFG  file.
  28. Normally, the  CFG file was to  be stored in the  same directory as AT.EXE.
  29. However on some systems, problems  were experienced finding the file. Also,
  30. on systems  with MULTIPLE hard drives,  the CFG could have  been on another
  31. drive completely. ARCTOOL should now CORRECTLY find the CFG file.
  32.  
  33. 6. HOWEVER, JUST  IN CASE, Added the "SET  ATCFG=somepath" feature to allow
  34. the explicit definition of where the CFG file can be found.
  35.  
  36. 7. Added the /D switch to  allow reading the CURRENT directory ONLY without
  37. subs and without  using the CFG file. Some folks  had LONG directory names,
  38. and it was very painful to have to continually enter :
  39.  
  40.          AT \mypath\mypathsub1\mypathsub2\mypathsub3\mypathsub4\
  41.  
  42. every time one wanted to view ONLY  the archives in that directory. Now you
  43. can just  enter AT /d  from that directory,  and all of  the files in  THAT
  44. DIRECTORY ONLY will be displayed.
  45.  
  46. 8. Added the SFX=ON,OFF switch to the  CFG file. This can be entered BEFORE
  47. and  AFTER any  pathname, and  reading of  SFX files  will be activated and
  48. deactivated as desired.
  49.  
  50. 9. Added the ASSOCIATE facility. This works by keeping a list (up to 10) of
  51. the file extensions that are associated.  i.e. the extension 'TXT' could be
  52. associated with  the program LIST.COM  and pressing return  on a file  with
  53. that extension  would execute LIST.COM for  that file. This is  REALLY nice
  54. for viewing odd file types such as WORDPERFECT or LOTUS.
  55.  
  56. 10. Changed  the VIEW facility  to allow for  viewing ANSI files.  Many BBS
  57. files  contain  files  with  ANSI  codes,  and  viewing  them is allowed by
  58. pressing ALT A when in the file viewer.
  59.