Jump to content

Winbatch Comparison


Recommended Posts

WinGetState was added in 3.0.94 after Jon realized he overlooked the functionality.

(I bet it would have been added sooner if Jon had used the name WinSetState instead of WinShow.)

You can open a help file to a specific location using the right command-line parameters to hh.exe (for CHM help files). I don't know about HLP help files; probably similar....

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

AutoIt?

WinGetState ( "title" [, "text"] )

Return Value:

Success: Returns a value indicating the state of the window. Multiple values are added together so use BitAND() to examine the part you are interested in:

1 = Window exists

2 = Window is visible

4 = Windows is enabled

8 = Window is active

16 = Window is minimized

32 = Windows is maximized

Failure: Returns 0 and sets @error to 1 if the window is not found.

In .94 version. Makes things really easy at times now. Is it maximised? or just the same size as the desktop?

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

Alright I have finished what I know and when I get home I will convert it to a web page. If anyone has anything to change please let me know. I have discovered that I am losing interest in this project so what I got I am putting up and maybe if someone deems necessary they can continue or work with me on continuing it.

Here is the .csv and I will put the HTML page up tonight.

Thanks for all who helped.

red

Link to comment
Share on other sites

To be fair, I guess we would have to list all the AutoIt functions not given.

I placed in most that didn't have a listing for, and put thier descriptions in there.

winbatchitems.csv

edit... oops made a small script mistake, brb... ok, fixed...

Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

  • 10 months later...

The comparison continues (but I'm for AutoIT).

AutoIT can do some DLL calls, etc...

Winbatch can do COM/OLE (thus interface with MS Office apps like VBA) and has the "AddExtender" command which allows it to call special dlls to extend its built in function set. There is also webatch now for CGI scripting.

Winbatch commands link:

http://files.winbatch.com/wwwftp/wb01/wil-lang.pdf (Wil)

http://files.winbatch.com/wwwftp/wb01/winbatch.pdf (WinBatch)

http://webbatch.windowware.com/webcgi/webb...eber+about+null (webbatch)

An ADVOCATE for AutoIT
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...