Newbie needing help with a script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bamasocks
Posts: 1
Joined: 02 Dec 2022, 20:23

Newbie needing help with a script

Post by bamasocks » 02 Dec 2022, 20:30

Hi and thanks. I am needing an AHK script to copy file(s) and paste into a printer program, and then have it click the "ok" confirmation pop ups with each of the resulting previews- So that it progresses on to the next file until all are loaded. I am brand spanking new to ahk so any help is appreciated. Thanks!

User avatar
mikeyww
Posts: 26599
Joined: 09 Sep 2014, 18:38

Re: Newbie needing help with a script

Post by mikeyww » 02 Dec 2022, 22:36

Welcome to this AutoHotkey forum!

You could start with a single step, to get that step working: create a hotkey that sends some text-- one hard-coded file path-- and then sends Enter.

:arrow: Introduction and simple examplesKey names

(Hint: the introduction page includes an example of a hotkey that sends both text and Enter)

Post Reply

Return to “Ask for Help (v1)”