home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
- M Y T O U C H
- Written by:
- Ronald F. Merts
- Copyright (c) 1988, Oklahoma Software Systems
-
-
- MYTOUCH.COM is based upon the UNIX(tm) Operating System's TOUCH
- utility. However, unlike so many MS-DOS versions of touch which
- only allos you to set the file date and time stamp to the current
- date and time, MYTOUCH allows you to set the date to any valid date
- after 1980, and the time to any specified time; as well as to the
- current system date and or time.
-
- To use MYTOUCH, put MYTOUCH in a directory accessable through the
- PATH statement, usually \BIN or \DOS, then type:
-
- MYTOUCH filename [[Date] [Time]]
-
- The filename is the file whose date and time you want to change.
- Both the Date and Time are optional; and changing one does not
- automatically change the other. Date must be in the form MM/DD/YY
- (I.E. January 1, 1988 is enterred as 01/01/88). Time must be in the
- form HH:MM (I.E. 8:00AM is enterred as 08:00, while 8:00PM is 20:00).
- If no date or time is specified, the current system date and time are
- used. If you specify either the date or the time, only the field(s)
- specified are changed.
-
- MYTOUCH was compiled using Borland's Turbo-C compiler V1.5 using the
- "Tiny" model, then converted from an .EXE file to a .COM file via
- EXE2BIN.
-
- This software is distributed as Shareware, therefore it is NOT public
- domain. You are allowed to use this software for 30 days. If at the
- end of this "trial period" you decide to keep and use MYTOUCH, you are
- required to pay $10. For this, you will receive a copy of the latest
- release of MYTOUCH, plus free upgrades when available for one year;
- also, the latest releases of other shareware products which I write to
- examine. You are encouraged to distribute this software freely via
- copying or electronic transfer to Bulletin Board Systems, so long as
- you include:
- 1) This text file (README.MYT)
- 2) The file MYTOUCH.COM
- 3) The source file MYTOUCH.C
- All three files MUST be in original format, without any changes. You
- are allowed to make changes in MYTOUCH for your own personal use only.
-
- Send checks or money-orders only to:
- Ronald F. Merts
- Oklahoma Software Systems
- 3108 N.W. 71st.
- Oklahoma City, OK 73116
- Please include your phone number so I can notify you when I receive your
- payment.
-
-
- CHANGES TO MYTOUCH.C
-
- VERSION EDIT-DATE DESCRIPTION
- ------- --------- -----------
- 1.10 12-May-88 This version now allows for the limited use
- of wildcards (* and ?). It is currently
- limited to the following condition. To use
- wildcards, you must be in the directory
- containing the file(s) to be processed. Use
- of wildcards on files in different direct-
- ories will be a feature of the next version.
-