Jump to content

automatic script writter


Recommended Posts

1. No, you have to write the script and autoIT will do it for you

2. Yes, with IE.au3, you can use the script with webpage

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

Do a full install with Scite installer.

Within the Scite menu you will have 2 different types of "recorders" that will help you out with basic recording of autoit script.

Where do I find the recorders I have SciTE and can't get started. Edited by furanku
Link to comment
Share on other sites

How do you run the script as an js file?

Is there a wildcard character in AutoIt?

I've got it running Ctrl+D but I want it to work on any webpage in firefox

1. JS work in Webpage

<script src='something.js'></script>

so you can't run autoIT as js file

2.yes, there is , try :

Filedelete("C:\*.{extension}")

3.first of all , i thought you should get the focus of the window then send Ctrl + D

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

Opt("WinTitleMatchMode", 4)
$HWnd = GUICreate("Squirrely Business")
GUISetState()
WinActivate("Squirrely Business"); you can use $HWnd of the target window in place of "the title"
Send("^d"); sends Ctrl-D

You can use the Window Info tool to get the title of the window:

Start button > All Programs > AutoIt v3 > AutoIt Window Info

Edited by Squirrely1

Das Häschen benutzt Radar

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...