code for popup asking if FileZilla should be opened?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
brotherS
Posts: 41
Joined: 15 Apr 2016, 04:27

code for popup asking if FileZilla should be opened?

16 May 2019, 10:40

Hi!

I'm looking for code (or general ideas). In a script I want to have a popup pop up, asking (yes/no) if FileZilla should be opened. The popup should vanish after 3 seconds if not clicked.

Any ideas or pointers? Thanks in advance!
User avatar
WalkerOfTheDay
Posts: 710
Joined: 24 Mar 2016, 03:01

Re: code for popup asking if FileZilla should be opened?

16 May 2019, 11:43

Have a look at the run command.
The look at the MsgBox and IfMsgBox command.

Something like this might work:

Code: Select all

MsgBox,262148,Open Filezilla,Do you want to open Filezilla ?, 3 ; Ask if Filezilla should be opened, answer Yes automatically after 3 seconds
IfMsgBox, Yes
	Run, Filezilla.exe  ;; Might work. You may need to include the full path 

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5, TAC109 and 173 guests