Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If Else question
#2
Macro If_Else_Test
Code:
Copy      Help
;Assuming app1 is "notepad", you could try this:

int w=win("" "notepad")
ShutDownProcess(w)
if (FileExists("$program files$\Apps\app2.exe")=0)
,OnScreenDisplay "app2 is not installed, launching app1" 5
2 ;; wait for 2 seconds
run "C:\Windows\System32\notepad.exe"


Messages In This Thread
If Else question - by InterestedNewbie - 05-22-2018, 01:19 AM
RE: If Else question - by Start_Learning - 05-22-2018, 02:52 AM
RE: If Else question - by Kevin - 05-22-2018, 11:48 PM
RE: If Else question - by InterestedNewbie - 05-23-2018, 01:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)