home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 2033 / touch.bat < prev    next >
DOS Batch File  |  1994-06-01  |  204b  |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IhF^T %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo Touch files matching specified filespec(s)
  8. echo usage: TOUCH f1 f2 f3..
  9. :exit
  10.  
  11.