how to launch a screen saver programmatically?

M

Maurice

Hello:

I like to launch a screen saver programmatically (by batch file or C
program)

is it possible and how?

thanks
Maurice
 
P

Pegasus [MVP]

Maurice said:
Hello:

I like to launch a screen saver programmatically (by batch file or C
program)

is it possible and how?

thanks
Maurice

Screen saver files have an .scr extension and can be launched directly via
the Command Prompt. Most go into a setup screen when launched without a
parameter. The challenge is to find the parameter that bypasses the setup
screen.
 
M

Maurice

Pegasus said:
Screen saver files have an .scr extension and can be launched directly via
the Command Prompt. Most go into a setup screen when launched without a
parameter. The challenge is to find the parameter that bypasses the setup
screen.

After asking a french newsgroup, it's very simple, just typing the name
followed by /s,
ex: scrnsave /s

that's all
cheers
Maurice
 
P

Pegasus [MVP]

Maurice said:
After asking a french newsgroup, it's very simple, just typing the name
followed by /s,
ex: scrnsave /s

that's all
cheers
Maurice

Thanks - I learnt something new.
 
E

Elmo

Maurice said:
After asking a French newsgroup, it's very simple, just typing the name
followed by /s,
ex: scrnsave /s

that's all
cheers
Maurice

So you could create a shortcut, and edit the target to read, for example:

Slide.scr /s

- or -

C:\Windows\System32\ssbezier.scr /s
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top