 |
Howto echo or get file timestamp (date) in command (cmd) .bat script | thinkplexx.com
Print timestamp: for %%a in (myfile.txt) do echo %%~ta Get timestamp: for %%a in (myfile.txt) do set myfiledate=%%~ta [i] ... neokrates Website: http://www.thinkplexx.com Join date: 05-31-09 Posts: 22 View Counter: 1,697 views Rate it (No Ratings Yet)
www.thinkplexx.com |
 |