Jump to content

Recommended Posts

Posted

I try to use WinAPI function but i cant include <WinAPI.au3>

Alternatively what I can use to verify if the program is already running?

>C:\Program Files\AutoIt3\SciTE\..\au3check.exe "C:\Users\Kurtferro\Documents\script autoit\SroAutoMa.au3"

AutoIt3 Syntax Checker v1.54.8 Copyright © Tylo 2007

C:\Users\Kurtferro\Documents\script autoit\SroAutoMa.au3(12,10) : ERROR: can't open include file <WinAPI.au3>

#Include <WinAPI.au3>

~~~~~~~~~^

C:\Users\Kurtferro\Documents\script autoit\SroAutoMa.au3(219,43) : ERROR: _WinAPI_GetCurrentProcessID(): undefined function.

$CurrentPID = _WinAPI_GetCurrentProcessID()

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\Kurtferro\Documents\script autoit\SroAutoMa.au3 - 2 error(s), 0 warning(s)

>Exit code: 2 Time: 0.219

tnx^^

Posted

Hi,

the include is in the latest beta.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

That happens when you run it from SciTe only :) I have the same problems, so I just run my scripts from Windows explorer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...