home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / TSUTIL35.ZIP / tsutil.nws < prev    next >
Encoding:
Text File  |  1991-11-30  |  8.6 KB  |  161 lines

  1. News on the TSUTIL package by Timo Salmi in reverse order
  2. =========================================================
  3.  
  4. University of Vaasa, Finland, MIPS R2030 workstation garbo.uwasa.fi
  5. has a large collection of PD and shareware PC programs available by
  6. anonymous ftp and mail server. The file /pc/ts/0news-ts contains
  7. news about the TS-programs in the /pc/ts directory (in reverse
  8. order). This text, which you now have, is an extract from the
  9. 0news-ts file and UseNet news.
  10. ...................................................................
  11. Prof. Timo Salmi        
  12. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  13. School of Business Studies, University of Vaasa, SF-65101, Finland
  14. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  15. ...................................................................
  16.  
  17. Sat 30-Nov-91: Updated my first utility collection to be
  18. garbo.uwasa.fi:/pc/ts/tsutil35.zip by making the following changes.
  19. Added mouse detection to SYSINFO.EXE. Corrected a bug in the
  20. recursive option of DIRectory Wide DIRW.EXE program which caused
  21. problems when recursion started from a subdirectory given as a
  22. parameter to DIRW.EXE.
  23.  
  24. Tue 10-Sep-91: Updated my first utility collection to be
  25. garbo.uwasa.fi:/pc/ts/tsutil34.arc. Corrected a bug in the
  26. SYSINFO.EXE program in the case of MsDos 5.0. Made the directory
  27. paths of the format C:\SUBDIR and C:\SUBDIR\ equivalent in the
  28. directory programs in the package.
  29.  
  30. Sun 21-Jul-91: I have updated my first utility collection and it is
  31. now /pc/ts/tsutil33.arc.
  32.    I have changed the summary format of the dirw.exe (v1.8)
  33. directory replacement for MsDos dir /w (dirw.exe gives more
  34. information), and omitted the /a and /f switches which regulated the
  35. format of the summary. It is now uniform.
  36.    I have updated my system information program sysinfo.exe in the
  37. package. Instead of trying to give the interleave of the drives on
  38. page three it now gives the number of cylinders. Also a minor change
  39. in the redirected format.
  40.  
  41. Sat 15-Jun-91: I use the following batch at regular intervals to
  42. catalogue the contents of my harddisk. The ds.com and dirw.exe
  43. programs are at my path:
  44.   c:
  45.   cd \
  46.   ds en /s                      (ds is Norton's old directory sort)
  47.   del c:\direc\c.dir > nul
  48.   dirw /a /s >> c:\direc\c.dir  (dirw is from /pc/ts/tsutil32.arc)
  49. I have updated this dirw.exe program, which is similar to MsDos
  50. dir/w except that it shows file attributes and scans optionally also
  51. the subdirectories. It now has a new switch /a to show allocated
  52. bytes of the directories instead of the free bytes. On a recursive
  53. scan of a hard disk this information is more interesting that the
  54. repeated information about the free bytes and the drives total
  55. capacity.
  56.    Since dirw.exe is a part of the first of my utility collections,
  57. I have updated it to be /pc/ts/tsutil32.arc.
  58.  
  59. Wed 20-Feb-91: I have updated the first of my utility collections to
  60. be /pc/ts/tsutil31.arc.
  61.    SYSINFO.EXE version 2.0 gives information about your PC. I have
  62. rewritten the entire code, because much of my original code dated
  63. back to my early days of Turbo Pascal programming. Part of this
  64. rewriting is invisible to the user, and is for my own edification.
  65. The visible changes are: (1) The free memory information has been
  66. completely rewritten. The result now agrees exactly with the result
  67. that is given by eg mapmem.exe memory mapper from tsrcom29.zip. (2)
  68. I have added a routine to search the memory above 1008k for bios
  69. identification string, and give the information. (3) The video mode
  70. identification recognizes more video modes than before. (4) The
  71. country specific format information has been augmented with new
  72. items. (5) The program call has now optional switches /h, /r and /s.
  73. (a) Switch /r makes redirection possible. Use SYSINFO /r > prn or
  74. SYSINFO /r >> your.log. (b) Switch /h (or ?) gives a trivial help.
  75. (c) Switch /s suppresses the program's virus selftest. (6) There is
  76. now multi-line information on each of the disks, including as new
  77. items the volume label, the interleave factor, the number of fats,
  78. and the maximum number of file entries in the root directory.
  79.    I'm well aware of the much more comprehensive ifp1p146.zip
  80. InfoPlus system information program (in /pc/sysinfo directory at
  81. garbo). Nevertheless, I've wanted again to look into system
  82. information retrieval with my own routines, and arrange the output
  83. of the information in a concise manner.
  84.    STACK.EXE version 1.2 is a small program that tells the amount of
  85. the free memory. (I should have called it FRE.EXE). The free memory
  86. should now be given accurately, and tallies with what standard
  87. memory mappers give. The memory assessment is based on the
  88. information extracted from the PSP (program segment prefix) of
  89. stack.exe.
  90.  
  91. Wed 1-Aug-90: I have updated the first of my utility collections to
  92. be (/pc/ts/)tsutil30.arc. It contains my (partly experimental) early
  93. utilities geared towards directory information, system information,
  94. and usage logging.
  95.    SYSINFO.EXE gives information about your system. I have added a
  96. few items, including the recognition of the processor. Also it now
  97. has a simple selftest against tampering (or simple viruses). If the
  98. file size or the file date have been altered, a warning will be
  99. issued, and the program halted.
  100.    DTETIMAL.EXE is a simple but useful utility for checking (best
  101. from autoexec.bat) that your system clock has not failed, by
  102. comparing the system clock year and the parameter you give to
  103. DTETIMAL.EXE. The program is (hopefully) more compatible than before
  104. (the code uses no more Turbo Pascal Crt). Furthermore, DTETIMAL now
  105. performs (optionally) a triple (checksum, size, date) selftest
  106. against viruses and other tampering.
  107.    DIRW.EXE is the same as MsDos dir /w with two notable
  108. improvements. DIRW displays the file attributes (including hidden
  109. files), and it can (optionally) be used recursively to list a
  110. directory and all its subdirectories. Corrected a bug that made it
  111. list a wrong directory under special circumstances.
  112.  
  113. Fri 13-Jul-90: ... Another question that came up was a utility
  114. listing the drives and their capacities in a PC. Many system
  115. information programs do this, including sysinfo.exe in
  116. /pc/ts/tsutil29.arc.
  117.  
  118. Sun 11-Mar-90: I have a collection of four utility packages called
  119. tsutil, tsutlb, tsutlc, and tsutlb. Since I quite often get
  120. requests, from users who do not have anonymous ftp capability, to
  121. email programs to them (sorry, I will not accommodate the emailing
  122. requests for practical reasons), I am considering submitting these
  123. programs to the binary postings in comp.binaries.ibm.pc. In the
  124. process I have updated (/pc/ts/) tsutil28.arc to tsutil29.arc.
  125.  
  126. Tue 7-Nov-89: I have released updated utilities /pc/ts/tsutil28.arc.
  127. This is first of my four utilities packages. The system information
  128. utility SYSINFO.EXE includes some new items, and should be better
  129. compatible. - The date utilities now also show the week number and
  130. the day number. The week number algorithm was kindly provided to me
  131. by Seppo Pynnonen, Ph.D. - I have moved the two .bat botch (pardon,
  132. batch) files which were previously in the tsutil package to the new
  133. /pc/ts/tsbat11.arc collection.
  134.  
  135. Thu 26-Oct-89: I have a private mailing list for emailing these
  136. update news. Especially, if you have my programs downloadable at
  137. your site or your BBS you are welcome to ask for inclusion on this
  138. list.
  139.  
  140. Sun 2-Jul-1989: Updated again two of the utility packages:
  141. tsutil26.arc --> tsutil27.arc and tsutlc14.arc --> tsutlc15.arc. In
  142. tsutil27.arc I have tried to make the programs work also with the
  143. less compatible PCs. (Technically, I have skipped using direct
  144. writes to video memory whenever possible.)
  145.    And my thanks again to those who have given me valuable feedback
  146. on these programs. If you send me email, please remember to include
  147. your email address and your affiliation. This is especially
  148. important if you send email from outside of Finland because the
  149. return path is not always enough for sending a reply.
  150.  
  151. Sun 25-Jun-89: Updated the first utility package to be tsutil26.arc.
  152. Among the updated utilities are directory comparison programs
  153. dirs.exe and dird.exe, grapinfo.exe detecting graphics hardware,
  154. scopy.bat for copying when only a single diskdrive is available, and
  155. stack.exe telling the free available memory. In addition the package
  156. still contains date utilities day.exe, dtetim.exe, and so on. There
  157. is also the timelog.exe utility for logging program usage, and
  158. sysinfo for obtaining information about your computer. The previous
  159. version, tsutil25.arc, appeared in spring in comp.binaries.ibm.pc.
  160. (Notice: scopy.bat has been later moved to the tsbat collection.)
  161.