Run command arguments
- From: "KAREN27" <KAREN27@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 19:41:01 -0700
Hi all,
I' m using this code below so a particular user can change their screen
saver settings easily.
<job id="12345-WSH Script">
<script language="JScript">
var WshObj;
WshObj = WScript.CreateObject("WScript.Shell");
WshObj.Run("RunDll32.exe desk.cpl, InstallScreenSaver", 1, 1);
</script>
</job>
All of this works OK, although I'm trying to determine what the argument "1,
1" on the end do.
Also, what other numbers can I apply instead of these numbers, and what then
will they do that's different?
Thanks very much for your help
Karen
.
- Follow-Ups:
- Re: Run command arguments
- From: McKirahan
- Re: Run command arguments
- Prev by Date: Re: About the IWshShortcut method
- Next by Date: Re: Run command arguments
- Previous by thread: How to run logon script automatically??
- Next by thread: Re: Run command arguments
- Index(es):