|
Answer» Hi EVERYONE,
I want to know the command in MS dos to know the creation DATE,access date and modified date . After executing the command for above I want to copy the result in a word file and do some operations on the file. Thanks in advance.You can use the dir command with any one of the following SWITCHES:
/tc - date created /ta - data accessed /tw - date written
If you redirect the OUTPUT to a file (word.doc) Word will open up the document after doing a fixup.
Good luck. 8-)
|