Jump to content

Search the Community

Showing results for tags 'optimize'.

  • 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


Member Title


Location


WWW


Interests

Found 2 results

  1. Hey yaaal!! Lets say this is my code, (Semi-psudo) #include <common used libraries> #include <my own libraries> myown.au3 ->> func blabla_set($input) if (CheckForThings) then return seterror $blabla = $input endfunc ;Main file local $blabla blabla_set(24242 [/code] 1. Is there a way to make autoit do all checkings and then set my function "blabla_set" variables to Locla const? like c++ ifdef? 2. Is it possible to make autoit exctract the MyOwnFunctionCaller("Otherfunc") to the while loop after compiling? for example [code]while 1 MyOwnFunctionCaller("Otherfunc") wend func OtherFunc() own stuff own stuff own stuff endfunc becomes while 1 own stuffown stuff own stuff wend Thanks /t
  2. I am BRAND new to Autoit......in fact, experiencing install problems....that is a whole different can of worms. But I have several thousand PDF files, I can manually use keyboard and mouse to open each file and "Optimize" it ( Acrobat internal function to compress by 5x+/-) Then save the file with a modified name = original name &"O" I'm hoping to develop an Autoit script to loop through each file in a folder and Optimize it/save it Has anybody done it already?
×
×
  • Create New...