Search found 3785 matches

by garry
Today, 12:49
Forum: J'ai besoin d'aide
Topic: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?
Replies: 10
Views: 785

Re: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?

excusez-moi cet exemple utilise le nom de DOS utilisez votre installer.bat d'origine flyingDman ... et d'autres peuvent mieux aider ... #Requires AutoHotkey v1.1 #warn #singleinstance,force #NoEnv ;- Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ;- Rec...
by garry
Today, 07:18
Forum: J'ai besoin d'aide
Topic: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?
Replies: 10
Views: 785

Re: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?

En simplifiant : Je lance le bat qui exécute le script AutoHotkey pour centrer la fenêtre sur l'écran au premier plan Pourquoi avez-vous besoin d'un xy.bat pour démarrer l'autohotkey ? Quelle est la fonction du script ahk ? ;- winmove resize notepad #SingleInstance Force run,notepad,,max return $F1...
by garry
Today, 04:16
Forum: J'ai besoin d'aide
Topic: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?
Replies: 10
Views: 785

Re: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?

que contient le fichier bat ? Vous pouvez également exécuter caché et obtenir le résultat dans un fichier texte F1:=a_scriptdir . "\dir.bat" e4= ( @echo off dir ) ifnotexist,%f1% fileappend,%e4%,%f1%,utf-8 aa:="ahk_class ConsoleWindowClass" return $F12:: run,%comspec% /k "%F1%" Winwait,%aa% WinGetPo...
by garry
Today, 02:04
Forum: J'ai besoin d'aide
Topic: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?
Replies: 10
Views: 785

Re: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?

@flyingDman merci, j'ai essayé avec > "ahk_class ConsoleWindowClass"

Code: Select all

aa:="ahk_class ConsoleWindowClass"
f12::
Run, %comspec% /k dir *.*
Winwait,%aa%
WinGetPos, , , w, h,%aa%
WinMove,%aa%,,% (A_ScreenWidth - w) // 2, % (A_ScreenHeight - h) // 2
return
esc::exitapp
by garry
Yesterday, 07:34
Forum: J'ai besoin d'aide
Topic: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?
Replies: 10
Views: 785

Re: centrer une fenêtre d'un fichier .bat au centre d'un écran sans connaitre la taille de l'écran ?

GUI au centre d'un écran , peut être utilisizé command 'winmove' ;- GUI au centre d'un écran #Requires AutoHotkey v1 #Warn setworkingdir,%a_scriptdir% Gui,2: -DPIScale +AlwaysOnTop -Caption +Border Gui,2:Color,RED xx:=100,WA:=A_screenwidth,HA:=A_screenheight x3:=(WA*45)/xx,y3:=(HA*45)/xx,w3:=(WA*10)...
by garry
17 May 2024, 07:15
Forum: Off-topic Discussion
Topic: Thank you for the music
Replies: 312
Views: 227974

Re: Thank you for the music

lmstearn thanx for the links/tools this video is blocked everywhere except Somaliland ... : ------------------ https://watannetwork.com/tools/blocked/#url=x5WQkw_731g -- WatanNetwork YouTube region restriction checker | Check YouTube Video Region Restrictions Online -- https://www.youtube.com/watch...
by garry
17 May 2024, 01:07
Forum: Off-topic Discussion
Topic: Thank you for the music
Replies: 312
Views: 227974

Re: Thank you for the music

@jballi thanks for the explanation
by garry
16 May 2024, 09:42
Forum: Off-topic Discussion
Topic: Thank you for the music
Replies: 312
Views: 227974

Re: Thank you for the music

Videos are not available in the United States.
... general no youtube videos ... copy protected ... music blocked ... ?
by garry
08 May 2024, 12:35
Forum: Off-topic Discussion
Topic: Antivirus Deleted our .ahk files (and AutoHotkey.exe)
Replies: 2
Views: 557

Re: Antivirus Deleted our .ahk files (and AutoHotkey.exe)

I copied once an ahk script to a big textfile xy.txt and this was deleted from Windows Defender MsMpEng.exe . I found the textfile as backup from notepad++
Yes, then I used > exclude folders and files
by garry
08 May 2024, 02:13
Forum: Ich brauche Hilfe
Topic: Run A_ComSpec einer Batch-Datei in einem vordefinierten Ordner in AHK-V2 Topic is solved
Replies: 6
Views: 440

Re: Run A_ComSpec einer Batch-Datei in einem vordefinierten Ordner in AHK-V2 Topic is solved

download von AYC wird bei mir von Chrome verhindert , habe es doch downloaded , Windows reklamiert > AYClient.bat nicht ausführen ich verwende lediglich yt-dlp mit ffmpeg mit AHK hotkey, download yt als MP3 mit Bild oder als MP4 mit verschiedenen vorhandenen Untertitel . Auch andere websites z.B. Me...
by garry
07 May 2024, 14:20
Forum: Spiele
Topic: PixelSearch Topic is solved
Replies: 22
Views: 1345

Re: PixelSearch Topic is solved

nicht die richtige Antwort, lediglich ein Test Skript um im richtigem Bereich ( Rechteck ) zu suchen ;- Pixelsearchxxx ;- mousemove to RED rectangle #Requires AutoHotkey v1 setworkingdir,%a_scriptdir% setbatchlines -1 Gui,2: -DPIScale +AlwaysOnTop -Caption +Border Gui,2:Color,RED CoordMode, Pixel,sc...
by garry
07 May 2024, 07:03
Forum: Помощь
Topic: AHKscript Topic is solved
Replies: 1
Views: 380

Re: AHKscript Topic is solved

Code: Select all

$space::
while(GetKeyState("SPACE", "P"))
 {
 Sendinput {e down}
 Sleep 5    ;- milliseconds
 Sendinput {e up}
 }
return
;------------
esc::exitapp
;============
by garry
03 May 2024, 04:24
Forum: Ich brauche Hilfe
Topic: Behandlung von "Fehlern" bei der Skriptausführung in AHK V2 Topic is solved
Replies: 4
Views: 371

Re: Behandlung von "Fehlern" bei der Skriptausführung in AHK V2 Topic is solved

ein Beispiel beim alten Basic > "ERROR in Line" > "ERROR" 10 on error goto 50 20 A=0:B=1/A 40 END 50 if err=11 and erl=20 then resume 40 - - Function in AHK ( try/catch ) ;- onerror goto OnError("a1",1) A:=0 B:=(1/0) ;- hier kein ERROR msgbox,B=%b% %e1% := ccc ; < ERROR hier ;try,%e1% := ccc ; < kei...
by garry
27 Apr 2024, 02:06
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 12175

Re: Slow forum

I had this, works fine now ... only slow when click on thread , needs time ... --------------------- https://www.autohotkey.com/boards/ Data protection error This server could not prove that it is www.autohotkey.com. His security certificate expired 847 days ago. Possible reasons include incorrect c...
by garry
23 Apr 2024, 07:30
Forum: Ask for Help (v2)
Topic: Is there any way to switch IMEs in one KeyboardLayout?
Replies: 2
Views: 135

Re: Is there any way to switch IMEs in one KeyboardLayout?

it's also possible to run the command with ahk-script ( in german WIN-11 I see only 3 languages (?) ) #Requires AutoHotkey v2 ;Run,%comspec% /k rundll32.exe Shell32.dll`,Control_RunDLL input.dll`,`,{C07337D3-DB2C-4D0B-9A93-B722A6C106E2}{HOTKEYS} ;- V1 Runwait("rundll32.exe Shell32.dll,Control_RunDLL...
by garry
23 Apr 2024, 03:21
Forum: 请求帮助
Topic: 是否有办法切换同一个键盘布局(如简体中文)下的不同输入法?
Replies: 1
Views: 330

Re: 是否有办法切换同一个键盘布局(如简体中文)下的不同输入法?

no help , only some links also > WIN+SPACE change between languages --------------------- https://www.amazon.com/PATIKIL-Keyboard-Universal-Replacement-Lettering/dp/B0CGL5QY9X -- Amazon.com: PATIKIL Wubi Chinese Keyboard Stickers Glow in The Dark, Luminous Universal Keyboard Replacement Cover for No...
by garry
22 Apr 2024, 11:36
Forum: Ich brauche Hilfe
Topic: Win 11 Virus Warnung
Replies: 4
Views: 300

Re: Win 11 Virus Warnung

Windows ist ein Sicherheitsrisiko ... :) evtl Windows Defender so einstellen dass es bestimmte Ordner / Dateien nicht scannt ( habe sonst kein AV Programm ) Wäre es möglich Filemove zu verwenden und die Datei in einen Ordner zu verschieben welches von Windows Defender (MsMpEng.exe) ausgeklammert (ex...
by garry
22 Apr 2024, 10:02
Forum: Ask for Help (v2)
Topic: Windows defender tells me that a virus is in the autohotkey setup file
Replies: 6
Views: 639

Re: Windows defender tells me that a virus is in the autohotkey setup file

Windows Defender deleted my big text-file (xy.txt) with contained ahk scripts It's possible to exclude some folders/files from scanning . --------------------- https://www.theregister.com/2024/04/21/microsoft_national_security_risk/ -- Why Microsoft is a national security threat • The Register -----...
by garry
22 Apr 2024, 01:49
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4900
Views: 1415514

Re: « What's on your mind? » Topic is solved

--------------------- https://www.theregister.com/2024/04/21/microsoft_national_security_risk/ -- Why Microsoft is a national security threat • The Register ------------------ VIDEO > https://imgur.com/GA17MWR Impact2.jpg ------------------ https://www.theregister.com/2024/04/22/edr_attack_remote_da...

Go to advanced search