home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / TSUTLE14.ZIP / tsutle.nws < prev    next >
Encoding:
Text File  |  1991-12-15  |  4.9 KB  |  93 lines

  1. University of Vaasa, Finland, MIPS 2030 workstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp or mail server. The file /pc/ts/0news-ts contains news
  4. about the TS-programs in the /pc/ts directory (in reverse order).
  5. This text, which you now have, is an extract from the 0news-ts file.
  6. ...................................................................
  7. Prof. Timo Salmi        
  8. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  9. School of Business Studies, University of Vaasa, SF-65101, Finland
  10. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  11. ...................................................................
  12.  
  13. Sun 15-Dec-91: I have updated my TDEL.EXE safe interactive recursive
  14. delete program.
  15.  - It now accepts multiple file definitions. In other words the
  16.    usage now is TDEL FileMask1 [[FileMask2]..] [switches]. For
  17.    example TDEL /s c:\*.bak c:\*.bck would delete all *.bak and
  18.    *.bck files on drive C:.
  19.  - Added a /c "set Counter on" switch to give the count of the
  20.    deleted, skipped, and the total of found files.
  21.  - Corrected an error in the recursive mode of the program. It
  22.    prevented full recursion when the file mask was not *.*.
  23.  - Included an interception if the user tries to put wildcards in
  24.    the directory part of the mask, as in TDEL C:\TEXT*\*.BCK.
  25.  - When the program exits it now clears the keyboad typeahead
  26.    buffer on exit.
  27.  - Included a simple example on the help screen (which is invoked if
  28.    you call TDEL without any parameters).
  29. TDEL.EXE is part of my hence updated fifth utility collection
  30. garbo.uwasa.fi:/pc/ts/tsutle14.zip.
  31.  
  32. Thu 5-Dec-1991: I have updated my MSPLIT.EXE program for splitting
  33. Unix email files on a PC.
  34.  - Earlier the split was effected when MSPLIT first encountered a
  35.    "From: " and then a "Subject: " on the next line. I have made it
  36.    more general. The first line start criterion is now "From: " or
  37.    "From ".  The second line criterion is "Subject: " or
  38.    "Return-Path: " or "Article: " or "Received: ".
  39.  - The count of messages is now given when the messages are directed
  40.    to a single file separated by formfeeds (the /f switch).
  41.  - The output now goes to the default directory.  Not forcibly to
  42.    the directory of input.
  43.  - New switch /oDirectory to optionally direct the output to a
  44.    desired destination
  45. MSPLIT.EXE is part of the updated garbo.uwasa.fi:/pc/ts/tsutle13.zip
  46. package.
  47.  
  48. Sun 1-Nov-91: I have written a TDEL.EXE program for safe deleting of
  49. files. It asks for confirmation before deleting. Besides this
  50. ordinary usage TDEL has an optional, special feature. One quite
  51. frequently asked PC related question seems to be how one can delete
  52. all the files from a directory and all its subdirectories, and
  53. finally also the directory and subdirectories. There are several
  54. solutions to this problem, and I wanted to add one more putting
  55. emphasis on the safety of the operation. TDEL.EXE has a switch for
  56. recursing into subdirectories. TDEL.EXE can optionally be used also
  57. for removing directories and subdirectories. TDEL.EXE is part of the
  58. updated garbo.uwasa.fi:/pc/ts/tsutle12.zip package.
  59.  
  60. Thu 28-Nov-91: Occasionally I want to download to my PC the email
  61. messages that I have received on our Unix machine (chyde.uwasa.fi).
  62. The messages are in a single file. I want to be able to split the
  63. email messages into separate files (or insert formfeed between them)
  64. to easily print them on our PC network laser printer. I wrote an
  65. MSPLIT.EXE program to do the splitting for me. I included it in my
  66. now updated garbo.uwasa.fi:/pc/ts/tsutle11.arc utilities package.
  67.    Let me give some further background. On chyde I read my email
  68. using elm (2.3 pl11), and I have the following definition in the elm
  69. options submenu: P)rint mail using : cat >> /u2/econ/ts/posti/mail.
  70. This means that each message in the mail file starts by
  71.  From:
  72.  Subject:
  73.  To:
  74.  Date:
  75. MSPLIT.EXE splits the messages into mail.001, mail.002, etc when it
  76. encounters the From: Subject: pair. Or if you define so (/f switch)
  77. it inserts a formfeed before each message in a single mail.001 file.
  78. The program has also optional switches for page lenght (/p) and
  79. performing a translation to Scandinavian ascii (/s), ie { to a", [
  80. to A", and so on.
  81.  
  82. Sat 20-Jul-91: We had a welcome, but a very noisy visit from from my
  83. wife's best friend's family with two incredibly lively kids. Between
  84. their reverberatingly intensive sessions of playing my computer
  85. games, I had to device a simple, temporary lock for the computer,
  86. and came up with pestikid.exe. (I just can't resist the challenge of
  87. making up these puns in a language that is not my own). The program
  88. simply intercepts all input from the keyboard except for a given
  89. ascii code (I used 150), which unlocks the keyboard. Since I felt it
  90. is time to start my fifth collection of utilities, I put it in a new
  91. /pc/ts/tsutle10.arc package, which is now available from
  92. garbo.uwasa.fi anonymous FTP archives.
  93.