I understood
But when trying to run it this way, the script.pyw doesn't open, is it possible to use "run" in the explorer?
Search found 98 matches
- 02 Sep 2024, 17:45
- Forum: Ask for Help (v2)
- Topic: Path error
- Replies: 3
- Views: 260
- 02 Sep 2024, 17:36
- Forum: Ask for Help (v2)
- Topic: Path error
- Replies: 3
- Views: 260
Path error
Why run a file, whether in python or .bat or .vbs, where the file being executed depends on another file in the same folder? it looks like autohotkey runs the script and changes the path. Is there another way to run the file using Windows Explorer or some other parameter? Alt & p:: { Run("C:\Users\M...
- 07 Aug 2024, 14:53
- Forum: Scripts and Functions (v2)
- Topic: Easy OCR
- Replies: 160
- Views: 42539
Re: Easy OCR
Hello, is it possible to search for a specific name or text on the screen? asks the user for input, type "1843-0" and searches the screen, if found it highlights the text. it's possible? #include C:\Users\MICRO\Documents\AutoHotkey\Lib\OCR.ahk f10::{ find := InputBox("find: ", "OCR") SendEvent('{+ 2...
- 30 Jul 2024, 18:42
- Forum: Ajuda e Suporte Geral
- Topic: Programa não aceita interação do AHK
- Replies: 3
- Views: 1917
Re: Programa não aceita interação do AHK
Olá! Já tentou usar a biblioteca Findtext?
- 12 Jul 2024, 18:06
- Forum: Ask for Help (v2)
- Topic: Historical clipboard
- Replies: 7
- Views: 610
Re: Historical clipboard
Thanks!
- 10 Jul 2024, 19:23
- Forum: Ask for Help (v2)
- Topic: force window activation
- Replies: 0
- Views: 196
force window activation
Is there any other way to force the window to activate besides "#WinActivateForce"?
fixing the window and using Send("#3") makes it faster
fixing the window and using Send("#3") makes it faster
Code: Select all
#WinActivateForce
WinActivate("ahk_exe Vendas.exe")
Send("#3")
- 20 Jun 2024, 21:58
- Forum: Ask for Help (v2)
- Topic: Historical clipboard
- Replies: 7
- Views: 610
Re: Historical clipboard
Text-only is great!
- 20 Jun 2024, 21:39
- Forum: Ask for Help (v2)
- Topic: Historical clipboard
- Replies: 7
- Views: 610
Historical clipboard
Is it possible to create something similar to the Windows clipboard history with the GUI interface? When you click, the content goes to the clipboard. The Windows one stores up to a certain amount
- 17 May 2024, 22:41
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Re: Manipulate PDF
What am I doing wrong in ~a&2? No ~a & 1 works ~a & 1:: { RunWait "C:\Users\siano\Desktop\pdfcpu.exe" merge "C:\Users\siano\Desktop\Junto.pdf" "C:\Users\siano\Desktop\NOTAS\*.pdf" } ~a & 2:: { RunWait "C:\Users\siano\Desktop\pdfcpu.exe" watermark add -mode pdf -- "C:\Users\siano\Desktop\1.pdf:1" "C:...
- 17 May 2024, 17:30
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Re: Manipulate PDF
Perfect!
I will take a look...
I downloaded pdfcpu.exe, do I just need to put the script.ahk in the same folder where pdfcpu.exe is?
I will take a look...
I downloaded pdfcpu.exe, do I just need to put the script.ahk in the same folder where pdfcpu.exe is?
- 02 May 2024, 11:32
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Re: Manipulate PDF
Thank you for your help!
I just managed to do it on script.vbs I couldn't get it in .ahk. But it adds the first page does not mix one file in the other. The final PDF is the same as the PDF being mixed. is not accepting one page mixed in the other. At least I couldn't have it.
I just managed to do it on script.vbs I couldn't get it in .ahk. But it adds the first page does not mix one file in the other. The final PDF is the same as the PDF being mixed. is not accepting one page mixed in the other. At least I couldn't have it.
- 30 Apr 2024, 13:18
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Re: Manipulate PDF
I did it with .ahk and using Sumatrapdf to print and pdftk to merge the PDFs. Thank you for your help. But I don't understand Python very well. The good thing about ahk is that it is possible to compile to .exe, I don't know if it is possible in Python. The only thing missing was a good option to jo...
- 29 Apr 2024, 23:06
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Re: Manipulate PDF
I'm looking for. Reading, trying to understand! I found a post (I think it was yours) using sumatraPDF Could you help me use these commands in ahk? Two options that would help me with my work are printing a PDF file from a folder and printing using the "duplex" printing that is in the documentation....
- 27 Apr 2024, 19:15
- Forum: Ask for Help (v2)
- Topic: Manipulate PDF
- Replies: 15
- Views: 1837
Manipulate PDF
Is it possible to manipulate pdf files with AutoHotkey?
Merge two PDF files from a folder and also merge two PDFs on the same page, like one page on top of the other.
possible?
Merge two PDF files from a folder and also merge two PDFs on the same page, like one page on top of the other.
possible?
- 24 Mar 2024, 22:33
- Forum: Ask for Help (v2)
- Topic: Type in the Clipboard
- Replies: 2
- Views: 145
Re: Type in the Clipboard
Perfect! Thanks
- 24 Mar 2024, 19:39
- Forum: Ask for Help (v2)
- Topic: Type in the Clipboard
- Replies: 2
- Views: 145
Type in the Clipboard
Can anybody help me:
I would like to keep ALT pressed, everything I type will stay on the clipboard. For example: When holding ALT and typing 650150, this number will remain on the clipboard to be pasted.
I don't know how to create this script
I would like to keep ALT pressed, everything I type will stay on the clipboard. For example: When holding ALT and typing 650150, this number will remain on the clipboard to be pasted.
I don't know how to create this script
- 19 Feb 2024, 19:32
- Forum: Ask for Help (v2)
- Topic: Always lowercase
- Replies: 2
- Views: 150
Re: Always lowercase
thanks
- 19 Feb 2024, 17:34
- Forum: Ask for Help (v2)
- Topic: Always lowercase
- Replies: 2
- Views: 150
Always lowercase
How to always replace text shortcuts respecting upper and lower case letters
regardless of whether CAPSLOOK is activated?
regardless of whether CAPSLOOK is activated?
Code: Select all
:t*:obb::Obrigado!
:t*:dn::Denegada!
:t*:dd::Bom dia!
:t*:tt::Boa tarde!
:t*:nn::Boa Noite!
:t*:ss::Diga...
:t*:mm::Mãe
- 12 Dec 2023, 18:17
- Forum: Ask for Help (v2)
- Topic: Open paste txt
- Replies: 6
- Views: 630
Re: Open paste txt
Perfect
- 07 Dec 2023, 18:36
- Forum: Ask for Help (v2)
- Topic: Open paste txt
- Replies: 6
- Views: 630
Re: Open paste txt
Is it possible to have just two files, the txt with the paths and the script itself running?