Type: Run
Code: Select all
chrome.exe
Code: Select all
chrome.exe
Code: Select all
%comspec% /c "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk"
Code: Select all
TDate := A_YYYY A_MM "01" ; Start Date of Current Month
TDate += -1, D ; End Date of Previous Month
FormatTime, fileDate, %TDate%, dd.MM.yyyy
Send, %fileDate%
Code: Select all
{Control Down}{Alt Down}{Tab}{Alt Up}{Control Up}
Code: Select all
Send, ^!{Tab}