Hello,
here is a little code
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "msmdarch.exe", "[ARGUMENT]", "[DIR]", "", 1
set objShell = nothing
Here the doc on the ShellExecute
http://msdn.microsoft.com/library/de...ellexecute.asp
HTH
Patrice
"lydie" <lsoler (AT) caramail (DOT) com> wrote
Quote:
Hi,
i would like to call the msmdarch.exe command from a vbscript because
i have to set some of its parameters dynamically.
Can anyone tell me the object in vbscript I have to use to be able to
call the msmdarch.exe.
Thanks
Lydie |