home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_11 / TLAST10.ZIP / ST.DOC next >
Text File  |  1993-11-27  |  5KB  |  170 lines

  1.   - Thom Little Associates - Essential Command Line Utilities -
  2.  
  3.       - tlaST10.zip - Stamp Date and/or Time in Directory
  4.                         - Version 1.00 -
  5.  
  6.  
  7. tlaST10.zip CONTENTS:
  8.  
  9.    ST.DOC    This documentation file.
  10.  
  11.    ST.EXE    Complete stamp date/time utility utility.
  12.  
  13.  
  14. FUNCTION:
  15.  
  16. Change any existing date or time in a directory to either the
  17. current date/time or a specified value.
  18.  
  19.  
  20. COMMAND SYNTAX:
  21.  
  22.    st [path]<file.ext> [mm-dd-yy [hh:mm:ss]]
  23.    st /?
  24.  
  25.    [path]
  26.  
  27.       The optional path (i.e. volume and/or directory) to the
  28.       file that you want to stamp.
  29.  
  30.    <file.ext>
  31.  
  32.       The required file name and extension for an existing file
  33.       that you want to stamp.
  34.  
  35.    [mm-dd-yy] 
  36.       
  37.       The optional new date for the file.  The range for this
  38.       value is from 01-01-80 to 12-31-99.  If omitted, the
  39.       current date is used.
  40.  
  41.    [hh:mm:ss]
  42.       
  43.       The optional new time for the file.  The range of this
  44.       value is from 00:00:00 to 23:59:59.  If the current date
  45.       and time are omitted then the current time is used.  If
  46.       the date is specified but the time is omitted then
  47.       00:00:00 is used.
  48.  
  49.    /?
  50.  
  51.       List an abbreviated description of the command syntax.
  52.  
  53.  
  54. SAMPLE COMMANDS:
  55.  
  56.    st c:/dos/autoexec.bat
  57.  
  58.       Change the date and time of AUTOEXEC.BAT in subdirectory
  59.       DOS on drive C: to the current date and time.
  60.            
  61.    st st.doc
  62.  
  63.       Change the date and time of ST.DOC in the default (i.e.
  64.       current) subdirectory to the current date and time
  65.  
  66.    st st.doc 04-15-93
  67.  
  68.       Change the date and time of ST.DOC in the default (i.e.
  69.       current) subdirectory.  Change the date to 04-15-93 and
  70.       the time to 00:00:00.
  71.                      
  72.    st st.doc 04-15-93 14:22:15
  73.  
  74.       Change the date and time of ST.DOC in the default (i.e.
  75.       current) subdirectory.  Change the date to 04-15-93 and
  76.       the time to 14:22:15.
  77.                      
  78.    st /?
  79.  
  80.       List the command syntax.
  81.      
  82.  
  83. INSTALLATION:
  84.  
  85. To install ST.EXE on your machine, you only need to copy ST.EXE
  86. to a subdirectory that exists on your system path.
  87.  
  88. As an example, on our systems this directory is at D:\DOS\TLA.
  89. To install ST.EXE, if ST.EXE is in the current directory, we
  90. would enter:
  91.  
  92.    copy st.exe d:\dos\tla 
  93.  
  94.  
  95. ERROR MESSAGES:
  96.  
  97. ST.EXE issues the following error messages:
  98.  
  99.    Error: Unable to open specified file..
  100.  
  101.       You attempted to change the date and time on a file that
  102.       could not be opened.  Check the spelling of the file name
  103.       and the path (if supplied).  Correct the spelling and
  104.       reissue the request.
  105.             
  106.    Error: Invalid date specified.
  107.  
  108.       The date specified was not in the form mm-dd -yy (or
  109.       mm/dd/yy) or else it was not in the range from 01-01-80 to
  110.       12-31-99. Correct the date reissue the request.
  111.       
  112.    Error: Invalid time specified.
  113.  
  114.       The time specified was not in the form hh:mm:ss or else it
  115.       was not in the range from 00:00:00 to 23:59:59.  Correct
  116.       the time and reissue the request.
  117.       
  118.  
  119.    Error: Incorrect number of parameters specified.
  120.      
  121.       Either too many or too few parameters were specified.
  122.       Eliminate or add parameters and reissue the request.
  123.  
  124.    Error: Unable to set date and time.
  125.      
  126.       A system failure occurred when attempting to set the date
  127.       and time.  This is an indication of a possible disk error
  128.       that existed on your disk prior to running ST.EXE.
  129.       Investigate the problem by running CHKDSK (or an
  130.       equivalent utility) and take appropriate corrective action.
  131.       After correcting t he problem, reissue the request
  132.       
  133.  
  134. SHAREWARE:
  135.       
  136. This software is provided as shareware for your evaluation, use,
  137. and financial contribution.  This software has not been placed
  138. in the public domain.
  139.  
  140. If you use this software, and live outside Massachusetts, please
  141. send a payment of $7.00 to:
  142.  
  143.    Thom Little Associates
  144.    Product Support
  145.    P.O. Box 1901
  146.    Boston, MA  02205-1901
  147.  
  148.    Voice ......... 617.227.4644
  149.    Compuserve .... 70724.71 (Thom Little)
  150.    Channel One ... Thom Little
  151.  
  152. (If you reside in Massachusetts please include Massachusetts
  153. state tax of $.35 for a total of $7.35.)
  154.  
  155. Copyright 1993, Thom Little Associates, all rights reserved.
  156.  
  157.  
  158. DISCLAIMER:
  159.  
  160. Thom Little Associates disclaims all warranties as to this
  161. software, whether express or implied, including without
  162. limitation any implied warranties of merchantability, fitness
  163. for a particular purpose, functionality or data integrity or
  164. protection.
  165.  
  166.  
  167. HISTORY:
  168.  
  169. 11-27-93  Version 1.00 first shareware release to public.
  170.