home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUFD < prev    next >
Text File  |  1990-10-19  |  3KB  |  73 lines

  1.                                FD (File Date) 
  2.  
  3.  
  4. Description:   Sets or clears the date stamp or time stamp or both on
  5.                selected files. 
  6.  
  7.  
  8. Syntax:        Version 4.5:   FD [(drive:)][(path)][(filespec)] [/D(date)]   
  9.                               [/T(time)] [/S] [/P] 
  10.  
  11.  
  12.                                 Parameters: 
  13.  
  14. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  15.                you want to use. Follow the letter with a colon. The current
  16.                drive is the default. 
  17.  
  18. (path)         The full name (C:\WP\LETTERS) of the directory you want to
  19.                process. The current directory for the designated drive is the
  20.                default. 
  21.  
  22. (filespec)     The name of the file whose date stamp or time stamp you want
  23.                to set or clear. The default (filespec) is *.*. 
  24.  
  25. /D(date)       The date value you want to set in the selected files. Use the
  26.                form [(mm-)[(dd)[(-yy)]]] if COUNTRY=01 (USA) in your
  27.                CONFIG.SYS file. If you supply the /D switch with no date
  28.                value, FD resets the date on the selected files to 00-00-80.
  29.                If you supply neither the /D nor the /T parameter, FD uses the
  30.                current date. If you supply only a /D value, FD does not
  31.                change the time on the file. If you specify (mm-), FD sets the
  32.                (dd) and the (yy) to 00. If you specify only (mm-dd), FD sets
  33.                (yy) to 00. Acceptable values are:
  34.  
  35.                     mm = 01-12 
  36.                     dd = 01-31 
  37.                     yy = 00-99 
  38.  
  39.                FD does not check to ensure that dd is valid for a specific
  40.                month. 
  41.  
  42. /P             Displays the results in pause mode: You initially see one
  43.                screenful of information, and you must press the Spacebar to
  44.                see each subsequent screenful. Press Enter to scroll up one
  45.                line at a time. Press any key other than Spacebar, Enter, or
  46.                Escape to exit pause mode. You can also enter pause mode
  47.                during normal display by pressing any key other than Escape. 
  48.  
  49.  
  50.  
  51. /S             Processes all files in all subdirectories under the current or
  52.                specified path. 
  53.  
  54. /T(time)       The time value you want to set in the selected files. Supply a
  55.                time value in the form [(hh)[(:mm)[(:ss)]]]. If you supply /T
  56.                with no time value, FD resets the time on the selected files
  57.                to 12:00:00. If you supply neither the /D nor the /T
  58.                parameter, FD uses the current time. If you supply only a /T
  59.                value, FD does not change the date on the file. Acceptable
  60.                values are:
  61.  
  62.                     hh = 0-23 
  63.                     mm = 0-59 
  64.                     ss = 0-59 
  65.  
  66. Example:       To reset the date to 9/4/82 and the time to 2:00 P.M. on all
  67.                EXE files in the UTIL directory on drive B.
  68.  
  69.                Enter:    FD b:\util\.EXE /D09-04-82 /T14 
  70.  
  71. See:           <NUFA>, <NUFF>, <NUFI>, <NUFS>, <NULD>, <NUNCD>. 
  72.  
  73.