cdkid Posted January 21, 2006 Posted January 21, 2006 how might one go about starting the screen saver? any help is much appriciated --thanks AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
CyberSlug Posted January 21, 2006 Posted January 21, 2006 http://www.autoitscript.com/forum/index.ph...l=screen++saver Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
cdkid Posted January 21, 2006 Author Posted January 21, 2006 umm.. i may be being stupid but i only see how to change the screensaver settings... I want to start it AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
greenmachine Posted January 21, 2006 Posted January 21, 2006 (edited) That was there too... ... ;test out the changes Run("ssmarque.scr /S") In other words, whatever the screensaver name is, just run([name] /S) I'm guessing. Edited January 21, 2006 by greenmachine
cdkid Posted January 21, 2006 Author Posted January 21, 2006 **feels stupid**...thanks AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
greenmachine Posted January 21, 2006 Posted January 21, 2006 One more thing - if you leave out the /S switch it opens up the editing window for that screensaver. For example, Run ('ssmarque.scr') opens up the editor for marquee... and for some reason it doesn't have 2 ee's, no idea why they'd spell it wrong.
CyberSlug Posted January 21, 2006 Posted January 21, 2006 Oops, I linked to the wrong post. Here's how to determine which screensaver to run:http://www.autoitscript.com/forum/index.ph...indpost&p=54058The reason they spellled it wrong is so that the file name is 8 characters + the dot + 3 characters long. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now