윈도우 툴 like touch
유닉스의 touch와 같은 윈도우용 툴입니다.
커맨드상에서 돌아가며.. 서브 디렉토리의 모든 파일에 대해서도 적용이 가능합니다.
cvs등을 잘 활용하는 곳에서는 별 문제가 안되겠지만..
특정 부분에 대해서만 ant를 이용하는 경우라면..
(사람들에게서 수정된 것을 받아서 작업하는 최악의 상황 ㅜㅜ;;)
사람들의 소스들을 최신 날짜로 모두 바꾸어줘야 하는 경우가 생기죠..
그럴때 필요한 것입니다.
================================================================
FileDate tool. (Version 1.2)
Copyright (c) 2000-2003 ABF software, Inc.
All Rights Reserved.
http://www.abf-dev.com
mailto:info@abf-dev.com
================================================================
Description
===========
FileDate is a freeware tool for setting specified date and time to many files at once. FileDate is a console program, so it is very useful in scripts and batch files.
How to work
===========
Usage: FileDate.exe [Mask] [Date] [Time] [/r]
Example: FileDate.exe c:\progs\*.exe 03/06/00 01-35-00 /r
Mask - the file mask ("*.*" by default)
Date - date to set, format is "MM/DD/YY"
Time - time to set, format is "HH-MM-SS"
/r - option to process sub-folders
================================================================
Copyright (c) 2000-2003 ABF software, Inc.
All Rights Reserved.
================================================================