molotofc Posted July 22, 2014 Posted July 22, 2014 Hello, I have an .exe made from AutoIT which when run is a simple GUI interface with a few buttons and drop down menus which its functions are that it can interact with files (opens/reads/writes) on the local computer and does Firefox web automation. I was wondering if I could somehow translate this GUI exe into HTML so I could do everything as I could in the exe, but in a HTML format webpage hosted on the world wide web. Thanks
spudw2k Posted July 22, 2014 Posted July 22, 2014 There is no direct way to do so that I am aware of. At best you could replicate (depending on what the exe does) the same functionality using HTML, javascript, server side scripting or other. I don't know of any web tech that is capable of accessing WinAPI calls (which I assume the Firefox automation relies on), but that doesn't mean they don't exist. Anyone else whom may be more knowledgeable on the subject want to chime in? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now