Jump to content

Recommended Posts

Posted

Hi I wanted to make an application where I can get a dialog where I can input programs and say when theyre supposed to run. (sort of automation in starting stopping programs at different times, maybe save the programs i choose in an .ini or something so I don't have to add em everytime i restart my pc).

I've no clue where to start so was hoping for some help?

Thanks in advance

Kindly regards Deathboy

Posted

I would start by looking at the something like Cron, to get an idea about how other have done it.

If I were doing it I would make two programs:

one to run in the tray and execute based on a config file (daemon)

another to edit the config file

This way if you are editing the file it doesn't miss executing the program, also the daemon will use less memory (no gui code, etc)

Just my $.02

#fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!

Posted

I would start by looking at the something like Cron, to get an idea about how other have done it.

If I were doing it I would make two programs:

one to run in the tray and execute based on a config file (daemon)

another to edit the config file

This way if you are editing the file it doesn't miss executing the program, also the daemon will use less memory (no gui code, etc)

Just my $.02

Not a bad idea with the 2 applications!

looked fast through the wiki site,

Now I need to find out how to save to a file and get an easy overview in the program then

Posted

Hi I wanted to make an application where I can get a dialog where I can input programs and say when theyre supposed to run. (sort of automation in starting stopping programs at different times, maybe save the programs i choose in an .ini or something so I don't have to add em everytime i restart my pc).

What would this app do, what Windows Task Scheduler (Control Panel -> Scheduled Tasks) or NT AT couldn't?

Or is it to be just a prove of concept?

UDFS & Apps:

Spoiler

DDEML.au3 - DDE Client + Server
Localization.au3 - localize your scripts
TLI.au3 - type information on COM objects (TLBINF emulation)
TLBAutoEnum.au3 - auto-import of COM constants (enums)
AU3Automation - export AU3 scripts via COM interfaces
TypeLibInspector - OleView was yesterday

Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCEĀ 

Posted

What would this app do, what Windows Task Scheduler (Control Panel -> Scheduled Tasks) or NT AT couldn't?

Or is it to be just a prove of concept?

Probably the same as Windows Task Scheduler <-- can't seem to find it in win7 64bit utlimate, Therefore I wanted to make one.

Deathboy

Posted

Probably the same as Windows Task Scheduler <-- can't seem to find it in win7 64bit utlimate, Therefore I wanted to make one.

Try to type "task scheduler" in the start menu, it should find it.

UDFS & Apps:

Spoiler

DDEML.au3 - DDE Client + Server
Localization.au3 - localize your scripts
TLI.au3 - type information on COM objects (TLBINF emulation)
TLBAutoEnum.au3 - auto-import of COM constants (enums)
AU3Automation - export AU3 scripts via COM interfaces
TypeLibInspector - OleView was yesterday

Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCEĀ 

Posted

Try to type "task scheduler" in the start menu, it should find it.

aah, nice there it was, I've been looking forever after it^^

Thanks alot:D

But still think I wanna try to make one, just to get more familiar with the programming functions of AutoIt

Deathboy

Posted

Thanks alot:D

You are welcome.

But still think I wanna try to make one, just to get more familiar with the programming functions of AutoIt

Looked in the "Example Scripts" forum already? Likely somebody would have done something similar.

Just begin with scripting and when you got something to run and concrete questions arise, ask them here but post your code.

UDFS & Apps:

Spoiler

DDEML.au3 - DDE Client + Server
Localization.au3 - localize your scripts
TLI.au3 - type information on COM objects (TLBINF emulation)
TLBAutoEnum.au3 - auto-import of COM constants (enums)
AU3Automation - export AU3 scripts via COM interfaces
TypeLibInspector - OleView was yesterday

Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCEĀ 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...