Touch.exe: Difference between revisions
Appearance
Created page with "This is the executable file of etouch. It sets the system timestamp on files. It came included in the IBM Device Driver Kit. ==Versions== {| class="wikitable" ! Date !!Vers..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
This is the executable file of etouch. It sets the system timestamp on files. | This is the executable file of etouch. It sets the system timestamp on files. It came included with IBM's Device Driver Kit. | ||
==Versions== | ==Versions== | ||
{| class="wikitable" | {|class="wikitable" | ||
! Date | !Date||Version||Size||Comments | ||
| | |||
| | |||
|- | |- | ||
|1996-05-02||2.11||26,311 bytes||By Eric Brown | |||
|} | |} | ||
==Usage== | ==Usage== | ||
touch [Options] Files | |||
===Options=== | ===Options=== | ||
-?,-h - display help message | |||
-dmmddyy - date to be used | |||
-d? - prompt user for date to be used | |||
-f - create timestamp file | |||
-i - read timestamp file created with -f option | |||
-n - display files but don't timestamp | |||
-r - recurse on subdirectories | |||
-thhmm[ss] - time to be used (hh must be in military time) | |||
-t? - prompt user for time to be used | |||
-H - touch hidden files | |||
-S - touch system files | |||
[[Category:Files]] | [[Category:Files]] |
Latest revision as of 23:31, 17 April 2019
This is the executable file of etouch. It sets the system timestamp on files. It came included with IBM's Device Driver Kit.
Versions
Date | Version | Size | Comments |
---|---|---|---|
1996-05-02 | 2.11 | 26,311 bytes | By Eric Brown |
Usage
touch [Options] Files
Options
-?,-h - display help message -dmmddyy - date to be used -d? - prompt user for date to be used -f - create timestamp file -i - read timestamp file created with -f option -n - display files but don't timestamp -r - recurse on subdirectories -thhmm[ss] - time to be used (hh must be in military time) -t? - prompt user for time to be used -H - touch hidden files -S - touch system files