Archive for the ‘AutoIT’ Category

AutoIT script to check if file exist then install application

Autoitlogo
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596;========================================================================== ; ; NAME: outlook_addon.au3 ; ; AUTHOR: John Sorensen ; ; COMMENT: ; Install an outlook 2003 specific addon using AutoIT. ;This will first check to see if the addon ; already exists and if not will check if outlook 2003 ;exexcutable exest...

AutoIT Example – FileExist checking and write to file for logging

12345678910111213141516171819202122232425262728;========================================================================== ; ; NAME: write to file example ; AUTHOR: John Sorensen ; ; COMMENT: login autoIT script/snippet to check for file and log if exists ; ;========================================================================== ;check if file exists, if so then  log and exit If FileExists(@ProgramFilesDir & "\program\someprogram") Then   $PCName = @ComputerName $file...
Twitter Delicious Facebook Digg Stumbleupon Favorites More
330 queries in 3.200 seconds.