home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / mytouch.lzh / README.MYT < prev   
Encoding:
Text File  |  1988-05-12  |  3.3 KB  |  74 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                  M Y T O U C H
  8.                                   Written by:
  9.                                 Ronald F. Merts
  10.                  Copyright (c) 1988, Oklahoma Software Systems
  11.  
  12.  
  13.      MYTOUCH.COM is based upon the UNIX(tm) Operating System's TOUCH
  14.      utility.  However, unlike so many MS-DOS versions of touch which
  15.      only allos you to set the file date and time stamp to the current
  16.      date and time, MYTOUCH allows you to set the date to any valid date
  17.      after 1980, and the time to any specified time; as well as to the
  18.      current system date and or time.
  19.  
  20.      To use MYTOUCH, put MYTOUCH in a directory accessable through the
  21.      PATH statement, usually \BIN or \DOS, then type:
  22.  
  23.          MYTOUCH filename [[Date] [Time]]
  24.  
  25.      The filename is the file whose date and time you want to change.
  26.      Both the Date and Time are optional; and changing one does not
  27.      automatically change the other.  Date must be in the form MM/DD/YY
  28.      (I.E. January 1, 1988 is enterred as 01/01/88).  Time must be in the
  29.      form HH:MM (I.E. 8:00AM is enterred as 08:00, while 8:00PM is 20:00).
  30.      If no date or time is specified, the current system date and time are
  31.      used.  If you specify either the date or the time, only the field(s)
  32.      specified are changed.
  33.  
  34.      MYTOUCH was compiled using Borland's Turbo-C compiler V1.5 using the
  35.      "Tiny" model, then converted from an .EXE file to a .COM file via
  36.      EXE2BIN.
  37.  
  38.      This software is distributed as Shareware, therefore it is NOT public
  39.      domain.  You are allowed to use this software for 30 days.  If at the
  40.      end of this "trial period" you decide to keep and use MYTOUCH, you are
  41.      required to pay $10.  For this, you will receive a copy of the latest
  42.      release of MYTOUCH, plus free upgrades when available for one year;
  43.      also, the latest releases of other shareware products which I write to
  44.      examine.  You are encouraged to distribute this software freely via
  45.      copying or electronic transfer to Bulletin Board Systems, so long as
  46.      you include:
  47.          1)  This text file (README.MYT)
  48.          2)  The file MYTOUCH.COM
  49.          3)  The source file MYTOUCH.C
  50.      All three files MUST be in original format, without any changes.  You
  51.      are allowed to make changes in MYTOUCH for your own personal use only.
  52.  
  53.      Send checks or money-orders only to:
  54.          Ronald F. Merts
  55.          Oklahoma Software Systems
  56.          3108 N.W. 71st.
  57.          Oklahoma City, OK  73116
  58.      Please include your phone number so I can notify you when I receive your
  59.      payment.
  60.  
  61.  
  62.                               CHANGES TO MYTOUCH.C
  63.  
  64.      VERSION     EDIT-DATE     DESCRIPTION
  65.      -------     ---------     -----------
  66.        1.10      12-May-88     This version now allows for the limited use
  67.                                of wildcards (* and ?).  It is currently
  68.                                limited to the following condition.  To use
  69.                                wildcards, you must be in the directory
  70.                                containing the file(s) to be processed.  Use
  71.                                of wildcards on files in different direct-
  72.                                ories will be a feature of the next version.
  73.  
  74.