|
I can neither confirm nor deny those
accusations...
:o)
joe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Creamer, Mark Sent: Friday, August 13, 2004 10:35 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] (hopefully) quick syntax question Thank you Joe! You’re a gentleman and a code-king
<mc> From: joe
[mailto:[EMAIL PROTECTED]
How about this?
vbQuote=chr(34) [Fri 08/13/2004
10:21:00.95]
command "something"
[Fri 08/13/2004
10:21:08.35]
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Creamer,
Mark Guys, I’m stuck on something that’s probably easy…I’m doing a DC startup script, and it uses the WScript Exec method. The command includes a string with a space, so from a command line, I would normally type: Command “my string”
Since the syntax of the Exec method is ws.exec(“command”), I don’t know how to deal with the quotes. This doesn’t seem to work: Ws.exec(“command “my string””)
How do I build that line properly? Thanks! Mark |
