Jump to content

Search the Community

Showing results for tags 'macro'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


WWW


Interests

Found 15 results

  1. I know this is a common thing people seem to ask for on the forums. And I was bored so I made this for those that wish to make their own macros on the fly. #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.14.2 Author: HankHell Script Function: Macro Maker 1.10 #ce ---------------------------------------------------------------------------- #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GUIListBox.au3> #include <StaticConstants.au3> #include <WindowsConsta
  2. I have a Razer Blackwidow Ultimate keyboard that has 5 extra keys marked M1 - M5. I was wondering if I would be able to setup Macros in AutoIt using these. I saw that Fn key is not possible. I am also aware that the M1 keys work with razor snyapse. However, I am at work and can't download that program. If someone could let me know and point me in the right direction if it is possible I would be grateful.
  3. How can you get the downloads folder in AutoIT? As far as i know there isn't a macro for it right? like @Downloads or something? The ugly solution would be typing in the whole path but what if the user has chosen another location? Need to clear that folder regularly on my work and on different accounts.. regards, TheAutomator
  4. ur

    outlook macro

    I wrote a macro for outlook to send an email. Till yesterday it worked, don't know why it is not working today I am getting below error when I ran the macro.
  5. Hi everyone, I'm writing a tool that will help my technician adding a user in the local admin group. 1- As the user, at first, is not part of the group, launching the .exe file ask for admin credentials. Thing is, whereas I'm using RunWait(@ComSpec & ' /c ' & 'Net LocalGroup Administrators' & @username & ' /add' ,"") The @username macro is taking the admin user account in the variable instead of the current logged user one. Do you know how can I face this and have the "real" username value returned? 2- do you guys
  6. Hi, I want to send text into a VBA form's text field. Can someone please guide me on the autoit script that can help me. Below is the sample code that I need help on: #include <Excel.au3> #include <FileConstants.au3> #include <MsgBoxConstants.au3> @ScriptDir ="D:\\AutoIT\" $sFilePath = @ScriptDir & "\ExcelForm.xlsm" Local $oAppl = _Excel_Open() ;Local $oAppl = _Excel_Open(False, Default, Default, Default, True) Local $sWorkbook = $sFilePath Local $oWorkbook = _Excel_BookOpen($oAppl, $sWorkbook) ConsoleWrite('before o
  7. I am having trouble getting the send command with one of the defined macros. I need to send to the active window a function with parameters. Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send("RUN(""@IPAddress1"", port_number, ""conf_option"")") What I am looking for is something like this to be sent to the active window RUN("192.168.1.1", 52535, "filename.conf") getting the @IPAddress in quotes seems to screw up the send command syntax. Any help?
  8. Hello! I am back with another IIAGI? (Is it a Good Idea?) I think $CmdLineRaw is more like a macro than a "special" variable (which cannot be changed)... So making ti @CmdLineRaw would make more sense and there will 1 less exception to variables , I know that you were wondering about the $CmdLine "special" array... I didn't forgot it, but I don't think a macro can be a array, so I just ignored it... Maybe removing the $CmdLine and changing $CmdLineRaw to @CmdLine would be nice if you ask me . Think before choosing! TD P.S Feel free to disagree with me, I want hear your opinion as well
  9. Hi everyone, I'm writing script for searching empty excel files in share folders. I now how to check if is any text, value or formula in file but how to check for macros? Regards Smigacznr1
  10. I wrote this power user tool a long while back and it originally had baked in commands and wasn't very extensible. I rewrote the tool and made use of the power and openeness of AutoIt. Some of you may find the concept and/or UI approach interesting (as well as useful) which is why I'm posting here. In all likely-hood, it could be rewritten entirely in AutoIt but that's not something I plan on doing. Good chance there are similar tools out there as well especially since I've sat on this for so long. In short, the tool provides a snazzy user interface (no two interfaces will look alike) which
  11. I have been searching for a general purpose AutoIt macro preprocessor for some time. I've looked at all the existing implementations I could find, and researched two in detail: Shaggi's implementation of the C Preprocessor "mcpp" () kjactive's Au3PreProcessor (). But none of these are general enough in scope, or powerful enough in their macro expansion capabilities, to allow the rapid development of domain specific commands or the encapsulation of complex AutoIt constructs that I'm looking for. So, I am currently building a prototype AutoIt preprocessor (tentatively named "M4Au3") based on
  12. Runner is general purpose event trigger system structured for expandability - Triggers - (Almost) any keyboard or mouse button combinations pressed from (almost) anywhere during a Windows session- The current system time can trigger a event (see limitations)- Macros can sample variables from Windows, or file system then react to comparison. So if a macro is running, it can also be an event trigger.- Events- Run/open a file path or command line drag and drop (browse on 64bit operating systems) music/picture/any folders, or programs [*]- Launch a url in default browser[*]- The basic media funct
  13. So I am new to coding outside of VBA / SQL, and have been trying to figure out a way to automate the following: 1. Transfer all files from a folder (folder1), to another folder (folder 2), AND be able to specify two constraints for the names of the files to be transferred. For Example: I want to be able to specify to transfer all files containing both "MDXv3" and "_2012" in their file name, and I am thinking of something close to the LIKE '%abcd'; function from SQL 2. After the specified files have been transferred from folder1 to folder2, I need to unzip all the files in folder2 using 7zip
  14. Hi guys, i have a question. Why this work: FileSetAttrib("C:\Documents and Settings\Windows Xp\Desktop\Test", "+SH",1) And this not? $Folder="test" FileSetAttrib('"' & @WorkingDir & "\" & $Folder & '"', "+SH",1) Is a limitation or my error? Thanks for support
  15. Wondering about the seemingly delayed timed update that seems to be in effect with the @MSEC macro. Test code: For $i = 0 to 100 DebugOut('@MSEC', @MSEC) Sleep(10) Next Output: @MSEC = "359" {St} [0,0] @MSEC = "375" {St} [0,0] @MSEC = "390" {St} [0,0] @MSEC = "390" {St} [0,0] ;; dupe @MSEC = "406" {St} [0,0] @MSEC = "421" {St} [0,0] @MSEC = "437" {St} [0,0] @MSEC = "437" {St} [0,0] ;; dupe @MSEC = "453" {St} [0,0] @MSEC = "468" {St} [0,0] @MSEC = "484" {St} [0,0] @MSEC = "484" {St} [0,0] ;; dupe ...
×
×
  • Create New...