AutoHotFlow - Simply draw your applications

General discussions about Automagic and automation in general

Moderator: Martin

colejones
Posts: 1
Joined: 12 Dec 2015 21:23

Re: AutoHotFlow - Simply draw your applications

Post by colejones » 13 Dec 2015 18:09

bichlepa wrote:You like AutoMagic? Then you will like this!
AutoHotFlow ist a similar applications for Windows. It's as easy to use as AutoMagic.

....CLIPPED....
[*]Set process priority[/list][*]Files
  • Write to file
  • Download file
  • Delete file
  • Copy file
  • Move file
  • Rename file
  • Read from file
  • Recycle file
  • Create folder
  • Copy folder
    .........
  • String contains text
  • List contains element
  • Variable is empty
[*]User interaction
  • Confirmation dialog
  • Key is down
[*]Process
  • Process is running
[*]Flow control
  • Flow enables
  • Flow is executing
[*]Files
  • File exists
  • File has attribute
  • Folder exists
[/list][/list]

I'd appreciate if you will use it, test it, help me programming and / or comment this project ;)
It's still a beta version and may have some errors. Please tell me if you find one.
alldownloadapk.com/download-macrodroid-device-automation-3-8-7-apk/
Download current version

Download sourcecodes

Awesome! A switch from andromo is warranted :D learning curve or not. Thanks for the info bichlepa!

User avatar
bichlepa
Posts: 148
Joined: 04 Mar 2014 18:29
Location: Germany
Contact:

Re: AutoHotFlow - Simply draw your applications

Post by bichlepa » 07 Mar 2016 16:43

I'm working on AutoHotFlow again since end of February. I'm working through the entire code and make many changes. This will be improved:
  • There are memory leaks, so for example after an execution of a flow, the used variables are kept in the RAM.
  • Loading an saving a flow will be much faster.
  • Currently I'm trying to realize multithreading (which AutoHotkey doesn't support by default). This will increase the performance significantly. Especially during execution of a flow.
  • There will be a better installer, which will be able to install AutoHotFlow into the "program files" folder. Simple extraction will still be possible.
  • I will implement an export an import feature for flows.
There is plenty of work to be done until the next release.

User avatar
bichlepa
Posts: 148
Joined: 04 Mar 2014 18:29
Location: Germany
Contact:

Re: AutoHotFlow - Simply draw your applications

Post by bichlepa » 03 Sep 2021 15:22

Good news! Version 1.0.0 is out!
Finally, I finished the first stable version of AutoHotFlow! :D

It's big difference between this release and the old pre-release. It is much less buggy and much more perfomant.

Check it out!
Download page

I also implemented a modular concept, it will be possible to create extension modules which contain a set of actions, conditions, loops and triggers. I'll create soon a template project for that. It will be pretty easy for AHK coder to implement more elements.

guuzendesu
Posts: 62
Joined: 15 Jan 2014 08:25

Re: AutoHotFlow - Simply draw your applications

Post by guuzendesu » 29 Nov 2021 12:49

Thank you for this! This is great news!

Post Reply