Batch replace text in pdf file
Hi all I need to translate several pdf files. I have the original strings and their translation in a excel table, so putting them in an array and loop trough that array is not an issue. However, I have...
View ArticleInstallation script with .msi's
Hi, I am currently working on a script to install a driver for a cardreader system and a software package both wrapped in a separate .msi package so that I can install them silently. Until now I only...
View ArticleGetting window handle of an excel object
Is it possible to get the window handle of an excel object created earlier? I am creating an excel object using:[ autoit ] popup_ExcelBookNew(0)writing some stuff to it, but at some point I would...
View ArticleHelp Converting WMI Script to Determine if a Computer is a Laptop or a...
I'm trying to convert this WMI script to AU3 Thanks, Guy Sasson On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array(".") For Each...
View ArticleUsing HotKeySet
Hello All, I am trying to use Hotkeyset to detect when a user presses ALT + SHIFT + Backspace + DEL When this key combination is pressed simultaneously I will call my function. Here is what I have so...
View Articleeasy question about _GUICtrlListView_InsertItem
hi guy i have a script in this script i created a listview with 10 colum i wanna insert a data inside the colum and i wanna use _GUICtrlListView_InsertItem in first colum go...
View Articlesqlite the last id how get ?
hi guy but what command i must use for take the last id of table in sqlite ??
View Article_GUICtrlMenu_GetMenu not working
the window is an internet explorer page IE 8 on a windows XP professional it does have the file edit view favorites tools help menu opt("WinTitleMatchMode",2) #Include <GuiMenu.au3>...
View ArticleIssues executing in silent mode a .reg file
Hi everyone, I having issues scripting the execution of a single .reg file into an installation sequence that will basically do the following 3 things: 1- Run the installation as Admin of the...
View ArticleFireFox
Is it just me or everybody else too? The Finder Tool does not detect any coordinates in FireFox Explorer. In addition, since internet explorer works fine (As FinderTool is able to find the...
View ArticleHelping yourself ham similar PixelGetColor
Hi there! I have one role you would like to ask questions: Can you help themselves first on the color-coded commands transmitted without calling up the scanner window is not??? I was just invited to be...
View ArticleHow to hash/store important data in script ??
Like in topic. I have pass to my FTP in script and any 1 can decompile my script and recover my data... How I can hash this passwords ? Or where can I keep them ? Not to fall in the wrong hands...
View Articleuser function multiple returns
Honest I've searched for this - perhaps it is to simple. How do you get multiple returns from one function? The Help talks of returns (plural)... Below works giving me the (19 September 2012) but I...
View ArticleProblem with InetGet()
I'm rewriting an application that downloaded a file by calling an ASP page with this line: [ autoit ] popup$oIE = _IECreate("http://myurl/page.asp", 0, 0, 0) The URL brings up the IE File...
View ArticleRunning Matlab .m file
I dont know what am I doing wrong, I want to run a .m file in the directory of my script its name is Matlabcode.m Run(@ScriptDir & "\Matlabcode.m", "", @SW_MAXIMIZE) Thanks
View ArticlePutting a macro into a variable?
I have a script that is based on time. Something like this. $time = INIREAD ("File", "Section", "Crap") Do Sleep (600000); 10mins until $time In this case the INI reads @HOUR = 10 so it should resolve...
View ArticleWould that be possible to make?
Hello I would like to know if it would be possible to create this script with autoit or should I learn C++ or Delphine? This is for a small game that provide 25 letters in a small box. The script would...
View ArticleElseIf with OR comparison executing incorrectly
I just had to fix a problem where I did a comparison on a variable using OR in an ElseIf statement, and it would fail to match (expected) but still execute anyways. Here is a generic example: [ autoit...
View Articlehi
i wanted to make an autofarm tool for the game called 'crossfire', i realised that it does not detect input. Is there anyway to get around this? I've already made one with another program but that does...
View Article