0
votes
0answers
131 views

Schedule power-on with ASUS P8H77-I?

Is it possible to have my box with an ASUS P8H77-I to automatically power on each sunday at 0:00 (for backup tasks)? I could not find such an option in the BIOS (or rather EFI). [edit] nevermind, I ...
2
votes
2answers
39 views

Migrating from cmd to mac

For me it is quite easy to automate a jar file to run on a pc. java -jar "C:\...\mFilePath\myJar.jar" stick this into a cmd file, and schedule it. Now, migrating over to a mac, i am unsure how to ...
0
votes
0answers
38 views

Automating a daily e-mail - Best method? [closed]

I need to schedule an e-mail to automatically send each morning from an e-mail address other then my own. This e-mail is simple, but will need to contain a hyperlink. I was planning on writing a ...
1
vote
3answers
14k views

How to monitor a folder and trigger a command-line action when a file is created or edited?

I need to set up some sort of a script on my Vista machine, so that whenever a file is added to a particular folder, it automatically triggers a background process that operates on the file. (The ...
0
votes
3answers
300 views

Most useful automated tasks? [closed]

I've just read the Most useful AutoHotKey scripts question and that got me thinking about automation and repetitive tasks. Which automated task, once you got it in place and functioning, really made ...
0
votes
1answer
324 views

How to automatically convert all video files in a folder at a scheduled time?

More specifically, how do I convert MPG files to 3GP everyday at 3.00am? C:\TV\*.mpg -> C:\TV\*.3gp It would be more convenient if one video converter program could do all of this but I'm open ...
1
vote
1answer
278 views

Invoking an MMC Snap-in function from Windows command shell: is it possible?

I need to execute a MMC Snap-in function from the Command Shell of a Windows computer. I need it to schedule this command in the same Windows PC and executes in background. Probably this questions ...
1
vote
5answers
7k views

Scheduled automatic FTP website backup solution?

I was wondering if there was a way to schedule automatic FTP site backup with any free or open-source software? Clients like FileZilla do not have an automatic backup (ftp download) option. Is there ...