ADSM-L

Re: DSMADMC from Visual Basic Shell Function?

2001-02-06 12:48:10
Subject: Re: DSMADMC from Visual Basic Shell Function?
From: Richard Cowen <richard.cowen AT ARTICULENT DOT COM>
Date: Tue, 6 Feb 2001 12:30:52 -0500
Shell environments set (dsm_dir, dsm_config, path) ?
I am not a vbs expert, but I can do this with cscript:

testcmd="dsmadmc -id=admin -pa=pw -outfile=test.out " + arg0
set wshshell=wscript.createobject("wscript.shell")
wshshell.run testcmd,0,True


<Prev in Thread] Current Thread [Next in Thread>