Search found 4 matches

by cybermcm
01 Nov 2018, 01:03
Forum: Forum Issues
Topic: Getting spammed by AutoHotkey
Replies: 36
Views: 11188

Re: Getting spammed by AutoHotkey

85 mails, getting spammed too :-(
by cybermcm
10 Mar 2015, 02:52
Forum: Ask for Help (v1)
Topic: Problem with ErrorLevel
Replies: 4
Views: 1484

Re: Problem with ErrorLevel

Hi lexikos,

Thank you for your detailed explanation. I was confused because my script worked for years and now there was this new behavior. I'll use "UseErrorLevel" for my purpose.

Greetings,
CyberMCM
by cybermcm
09 Mar 2015, 16:00
Forum: Ask for Help (v1)
Topic: Problem with ErrorLevel
Replies: 4
Views: 1484

Re: Problem with ErrorLevel

Coco-guest wrote:Can you try: Run, appwiz.cpl,, UseErrorLevel
Thanks for pointing this out. It worked until the very last version (1.1.20.00)
by cybermcm
09 Mar 2015, 11:54
Forum: Ask for Help (v1)
Topic: Problem with ErrorLevel
Replies: 4
Views: 1484

Problem with ErrorLevel

Hi, Since version 1.1.20.00 Errorlevel behaves different. Example code: ^!2:: ; loads Add/Remove programs SetTitleMatchMode, 2 SetTitleMatchMode, Slow IfWinExist, Add or Remove { Sleep, 500 WinActivate, Add or Remove } else { Run, appwiz.cpl } if errorlevel <> 0 { msgbox, There seems to be an error ...

Go to advanced search