"Richard A. Cini, Jr."
<rcini(a)msn.com> asked:
  Is there a DOS or Windows utility similar to the
Unix TOUCH utility?? 
 Borland included TOUCH with their Turbo Pascal and Turbo C packages.
 Also there was a version available thru PC Magazine, created circa 1988
 by Michael J. Mefford. If your like most, you probably got some floppies
 full of utilities that PCMag was always putting out.
 Here is the syntax for the PCMag version:
 TOUCH filespec [/D date] [/T time]
 date = month-day-year
 time = hour[:minutes[:seconds]]
 Default is system date and time.
 Mike