ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Screensaver that does *nothing* except run a .bat file

<< < (2/2)

SAE140:

SAE140: would you like to just have a bunch o stuff running when the screensaver starts and keep running, or would you like to have them running only while the screensaver is active?
-jgpaiva (June 10, 2006, 01:26 PM)
--- End quote ---

Hi - sorry about delay in replying - have been dipping my toes in the sea.

The latter - running stuff like incremental back-ups, virus checks and so on when the computer would otherwise be just sitting there doing nothing except eating electrons ...  Stuff that I really should run more often - but don't ...   
I'd also like to run an on-screen clock called Rolex.com which dates back to WIN3.1 days - but can't find a way to run it automatically as a kosher screensaver.

The problem is - I'm running WIN95b (have later OS's - but really don't want to change):  WSTask (Windows task scheduler) is somehow implicated in a security loop-hole, so this has been removed; Screen Launcher is for WIN98 upwards; and xCat's Program Saver (which would appear to be exactly what I'm looking for) won't run under WIN95 - I've just tried !

Thanks for your help thus far ....

Colin

jgpaiva:
Making what I first mentioned in my post is easy, having a screensaver just run something, and then quit. But I can't make it close the apps it launched.

On the other hand, if you'd like it to make virus-checks and incremental updates, i belive most antivirus and backup programs have option to schedule their activites that way.

skrommel:
:) Try this one! I haven't tested it in Windows 95, but AutoHotkey supports it, so...

RunSaver - Screensaver that runs a command.

Features:
- None what so ever!

Installation:
Just like any other screensaver, just place it in your Windows-folder, and install and configure it through the Screensaver settings in the Control panel.

You'll find the downloads and more info at 1 Hour Software by Skrommel.

Very basic, it's really just Run,<your command> saved as an .ahk-file, compiled and renamed to .scr.

Skrommel

brucewagner:
Help please....

I just installed RunSaver....

I want it to launch uTorrent "as my screensaver"...

When I am in Display Properties....  clicking on "Preview" DOES launch uTorrent...

However, when my system is idle...  the screensaver does not seem to launch anything at all...

(Also, NOT EVERY TIME, but occasionally, when I click on Preview, it says something about the process is already running... and replacing an older version with this newer version...  and to see #instance in the help file...?  What help file?)

AbteriX:
Help please....
...
it says something about the process is already running...
and replacing an older version with this newer version... 
and to see #instance in the help file...?  What help file?)-brucewagner (August 19, 2007, 03:57 PM)
--- End quote ---
Hi brucewagner,
* RunSaver is an AutoHotkey script.
* #SingleInstance Determines whether a script is allowed to run again when it is already running.
* What help file?  ==> AutoHotkey help
* What to do? Modify the script code and add "#SingleInstance force"  or open the TaskManager and end the "RunSaver" process your self

.

Navigation

[0] Message Index

[*] Previous page

Go to full version