Hi,
I want to be able to put this in a script and put it on the desktop:
C:\WINDOWS>psexec -d -i -e -u Administrator cmd /c start sysdm.cpl

What would be the current cyntax to run this as a vbs script?
Thanks,
SA.

Re: Hi all by Troy

Troy
Thu Dec 14 15:04:49 CST 2006

if thats all you need why use vbscript and complicate things? just use a
simple 1 line batch file



----- Original Message -----
From: "SA" <ece3446atyahoodotcom>
Newsgroups: microsoft.public.scripting.vbscript
Sent: Wednesday, December 13, 2006 5:46 PM
Subject: Hi all


> Hi,
> I want to be able to put this in a script and put it on the desktop:
> C:\WINDOWS>psexec -d -i -e -u Administrator cmd /c start sysdm.cpl
>
> What would be the current cyntax to run this as a vbs script?
> Thanks,
> SA.
>

"SA" <ece3446atyahoodotcom> wrote in message
news:u63rCiwHHHA.3616@TK2MSFTNGP06.phx.gbl...
> Hi,
> I want to be able to put this in a script and put it on the desktop:
> C:\WINDOWS>psexec -d -i -e -u Administrator cmd /c start sysdm.cpl
>
> What would be the current cyntax to run this as a vbs script?
> Thanks,
> SA.
>


Re: Hi all by Ayush

Ayush
Thu Dec 14 15:16:02 CST 2006

Replied to [Troy McClure]s message :
> if thats all you need why use vbscript and complicate things? just use a
> simple 1 line batch file

[OR]

Make a shortcut with the line :
psexec -d -i -e -u Administrator cmd /c start sysdm.cpl



--
Ayush [ Good :-) Luck ]
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------