Is it possible to also insert the "TIME STAMP" automatically like inserting the date
-
emc last edited by
Hello there ,
I'm able to insert the date by using the command :
Item, " Insert Date " DI_IDSTR_M2_MAILVIEWTOOLBAR_FORWARD=Delay , 600 & Forward mail & Insert, "myemail@myemail"
& blah blah....
& Focus next widget ...& go to start
& delay , 20 & Insert , "Wrote on : " & delay, 400 & Execute program, "c:\windows\nircmd.exe", "clipboard set ~$currdate.dd-MM-yyyy$" & Delay, 400 & Paste ....etc.How to also insert the " Time i.e. 14:05:30" ?
Thank you very much.
edmond. -
burnout426 Volunteer last edited by
Looks like you're using nircmd for the date. You can use that for the time also using
~$currtime.HH_mm_ss$
for example. Found that on http://www.nirsoft.net/utils/nircmd2.html#sysvar under currTime.TimeFormat.