Touch Utility
Posted by Johan Cyprich on 28 Aug 2006 | Tagged as: Applications
Sets the date and time of a file.
touch file year month day hour minutes seconds
file = any windows filename and can include full path
year = 4 digit year
month = 1 to 12
day = 1 to 31
hour = 0 to 23
minutes = 0 to 59
seconds = 0 to 59
You can download the file by clicking here.
| Related posts: | |
|
|
Share this post:
Follow Me:
Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.
2 Comments »
Tweet This Post!
















Loading...
on 06 Sep 2006 at 2:45 pm 1.Steve.Lippert said …
I like having a touch utility for Windows! My only complaint is typing just touch produces an error. Instead it should show a help file.
Secondly you could include a simple installer. Write a batch file with this one line.
copy touch.exe %windir%
That way it can be used just like other command line tools.
on 07 Sep 2006 at 3:02 am 2.admin said …
That’s a good idea. I wrote the program quickly for a single purpose. Now that’s its publicly available, it should be more robust. An installer also makes sense.
I’ll make these additions and release the program with its source code.