ADSM-L

Re: DSMADMC from Visual Basic Shell Function?

2001-02-07 08:33:06
Subject: Re: DSMADMC from Visual Basic Shell Function?
From: Nicholas Cassimatis <nickpc AT US.IBM DOT COM>
Date: Wed, 7 Feb 2001 08:34:43 -0500
Can you just redirect the output?  I don't know VB, but I'm thinking it
should work:

Private Sub Command1_Click()
    x = Shell("C:\Progra~1\IBM\ADSM\saclient\DSMADMC.EXE -id=admin -pa=x q
fi > c:\cmdout.txt")
End Sub

Nick Cassimatis
nickpc AT us.ibm DOT com

"I'm one cookie away from happy." - Snoopy (Charles Schulz)
<Prev in Thread] Current Thread [Next in Thread>