Página 1 de 1

Run app in background

Publicado: 11 Jul 2013 18:40
por Aikospiral
Greetings to you all!
I am aikospiral!
I am making a pendrive autoloader that will run a background process each time windows start.
It will load the pendrive contents in the my other program then it's goes.(unfinish plan) :beta:

My problem is can i make a process in ams to work silently in background and how? :SOS:
How to use autoit dll to it!
Each project doesn't have a guide so i have to figure myself, sometime confusing.

I am pretty new to ams, got a couple of notes, but in spanish, so problem for me.

Thank you for reading my request! Cheers!!!

Publicado: 12 Jul 2013 12:14
por Metafunken
Hi, you should try the registry key "run" if you want your application to work each Windows startup or "run once", as its name says, run only once at Windows startup.

I just hope you don't try to hack to someone :)

Cheers ;)

Publicado: 12 Jul 2013 18:38
por Aikospiral
hi buddy!
your solution, i already know, thank you. Metafunken :friends:

i am making a process like (safeip example [running background process]), anyway thanks for the replies!
While sleeping, i got the solution!
My solution,
{
use registry startup
then create server on standby every 2 mins loop,
server check if my pen drive connects, if true launch my explorer app with a auto-virus check.
synchro my files on pen-dive and mydocuments, create backup rar(create a rar automate)
if same leave unchanged, or false overwrite.
When task finished, eject pen-drive!
}

Thank you all,cheers!