home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d919 / touch.lha / Touch / Touch.doc < prev    next >
Text File  |  1993-10-04  |  2KB  |  69 lines

  1.  
  2.  TOUCH, written by Kai Iske July 27. 1993
  3.         This is PUBLIC DOMAIN; you may do with it whatever you like
  4.  
  5. If you change/republish/delete/sell the program or do anything similar, please
  6. be so kind to keep my name within the program and all the other files.
  7.  
  8. I wrote Touch because I needed a Touch Command from within an ARexx-Script, but
  9. the ARexx-Script couldn`t reach the CSH`s internal touch.
  10.  
  11. TOUCH was written using SAS 6.3....
  12.  
  13. !!! Touch requires OS 2.x and up to run !!!
  14.  
  15.  
  16.  
  17. -------------------
  18. What does TOUCH ???
  19. -------------------
  20.  
  21.  
  22. Well,  it  touches  every  file  matching  a  given pattern like "#?.c" or any
  23. particular  file  like ":CPrgs/Utils/Dummy.c".  If a particualar file, i.e.  a
  24. filename  not containing wildcards, doesn`t exist it will be created, just the
  25. way   the   UNIX   touch  command  does  it.   You  may  give  any  number  of
  26. filenames/patterns  on the commandline and Touch will touch `em, i.e.  setting
  27. the filedate to the current date.
  28.  
  29. Example :
  30.  
  31.   Touch #?.c Dummy.doc Zaphod.o "Hello World.c"
  32.  
  33.   You see you can give any number of filenames/patterns on the commandline,
  34.   but be sure to enclose filenames, which contain spaces, within quotes.
  35.  
  36.  
  37.  
  38. ------------------------
  39. How to install TOUCH ???
  40. ------------------------
  41.  
  42. Simply copy it to a directory within you search path (eg. C:)
  43.  
  44.  
  45.  
  46.  
  47. -----------
  48. Version 1.0
  49. -----------
  50.   - initial release
  51.  
  52.  
  53. Hope you like it, if not, delete it......
  54.  
  55.  
  56.  
  57. So long,
  58.  
  59.      Kai
  60.  
  61.  
  62.  
  63.  
  64.  --- Kai Iske
  65.  Brucknerstrasse 18, 63452 Hanau, Germany, Tel.: +49-(0)6181-850181
  66.  Z-Net    : KAI@SWEET.ZER            usenet : kai@iske.adsp.sub.org
  67.  internet : iske@informatik.uni-frankfurt.de              IRC:kiske
  68.  ---- Life sucks ----
  69.