home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / TSUTLB19.ZIP / TSUTLB.NWS < prev    next >
Encoding:
Text File  |  1991-10-13  |  4.5 KB  |  89 lines

  1. University of Vaasa, Finland, MIPS R2030 workstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp and mail server. The file /pc/ts/0news-ts contains
  4. news about the TS-programs in the /pc/ts directory (in reverse
  5. order). This text, which you now have, is an extract from the
  6. 0news-ts file.
  7. ...................................................................
  8. Prof. Timo Salmi        
  9. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  10. School of Business Studies, University of Vaasa, SF-65101, Finland
  11. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  12. ...................................................................
  13.  
  14. Sun 13-Oct-91: garbo.uwasa.fi:/pc/ts/tsutld19.arc: Updated my
  15. TOUCH.EXE program for altering the date/time stamps of files. Yes,
  16. there are a lot of touch programs around, but I want to have my own
  17. in order to have the features I like and need. These features
  18. include
  19.  - Handling of seconds, too
  20.  - Display of the change to be made and (optional) confirmation
  21.    before touching
  22.  - oldate, oldtime, today, and now accepted along with conventional
  23.    date and time notation
  24.  - Option to "copy" the date/time stamp of another file
  25.  - Decection of read-only, hidden, and system files
  26. The new /f switch "copying" the date/time stamp from another file is
  27. particularly useful if you want to run your file through a filter,
  28. but at the same time (pardon the pun) retain its original date/time
  29. stamp. Then you can use a batch like
  30.    filter < YourFile > tmp
  31.    touch tmp /n /fYourFile
  32.    copy tmp YourFile > nul
  33.    del tmp > nul
  34. If you have several files you want to run through this same filter,
  35. name the above batch, say mybatch and substitute all YourFile
  36. occurrences with %1. Then use e.g.
  37.    for %f in (*.txt) do call mybatch %f
  38. You'll need at least MsDos 3.3 for the latter trick. If you are new
  39. to advanced MsDos usage and batch programming, it pays to figure out
  40. the above tricks. By the time you have worked out the logic you will
  41. probably have learned something.
  42.  
  43. Mon 16-Apr-90: Noticed a small, but a very annoying mistake in my
  44. touch utility. When touch asks for confirmation [y,n,q], the n (that
  45. is no) option did not work but was taken as yes. The package
  46. tsutlb17.arc has hence been updated to be (/pc/ts/)tsutlb18.arc.
  47.  
  48. Fri 13-Apr-90: I have updated my touch utility which can be used in
  49. the usual manner to change date and time stamps of files. There is a
  50. number of improvements in the details to enhance the flexibility of
  51. the program:
  52. - The confirmation [y,n,q] no longer requires pressing the enter key.
  53. - Keywords 'oldate' and 'oldtime' are available for added flexibility
  54.   along with 'today' and 'now', or giving then explicitly.
  55. - The date can be given without the year as day-month. The current year is
  56.   then the default.
  57. - Date can use . and / along with the former -
  58. - Time can use . along with the former :
  59. Usage: TOUCH filename [(new date dd-mm[-[yy]yy]) (new time hh:mm[:ss])]
  60. The new version is in the updated (/pc/ts/)tsutlb17.arc package.
  61.  
  62. Wed 20-Dec-89: Updated file datestamp and timestamp touch and go :-)
  63. utility TOUCH.EXE. Petri Hartoma (ph62303@alva.tut.fi) suggested
  64. that the request for confirmation prior touching be optionally
  65. turned off. A new /n switch takes care of this. Thanks, Petri, for
  66. the suggestion. The year in the date need no longer four digits
  67. long, two can be optionally used. - Incidentally, why another touch
  68. utility, since there already are many around? Because there are two
  69. features which I have noticed missing in many of them. The first is
  70. being able to timestamp also the seconds. The second is the
  71. safeguard of the (optional) confirmation before touching. - I have
  72. added new switches to the DIRE.EXE extended directory. These
  73. programs are contained in the updated package /pc/ts/tsutlb16.arc.
  74.  
  75. Thu 26-Oct-89: I have a private mailing list for emailing these
  76. update news. Especially, if you have my programs downloadable at
  77. your site or your BBS you are welcome to ask for inclusion on this
  78. list.
  79.  
  80. Thu 29-Jun-89: I have also updated the second utility collection to
  81. be tsutlb15.arc, but here the changes are minor, so if you already
  82. have tsutlb14.arc don't bother.
  83.  
  84. Sun 28-May-89: I have released a new version of my second utilities
  85. collection.  At the same time I have changed its name to
  86. tsutlb14.arc from earlier ts2utl13.arc.  There is a new touch.exe
  87. utility in the collection.  Chars.exe and setgra.exe have been
  88. upgraded. 
  89.