ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit d3f4b3f6eefa45c99c8c44b1aac6defbe9febe1e
parent 334f5bdc0c6ca2c4db5472895a7a3493baf01055
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 27 Apr 2022 10:14:41 +0100

Remove dat file function

Diffstat:
Mahk-assistant.ahk | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -379,9 +379,6 @@ Return :*:_salu:: insertSalutation() Return -:*:_wdatfile:: - workDatFile() -Return :*:_db:: Send, %A_WorkingDir%\Vault\ Return @@ -608,14 +605,6 @@ insertSalutation() { Return } -workDatFile() { - global firstName - Send order{Tab 3}`.dat file request{Tab} - insertSalutation() - Send, ,`n`nPlease can I get a .dat file generated for system ID: %clipboard%?`nThe order reference will be:{Space}`n`nRegards,`n%firstName%.{Up 3}{End} - Return -} - insertDate() { FormatTime, CurrentDateTime,, yyyy-MM-dd Send %CurrentDateTime%