Re: DSMADMC from Visual Basic Shell Function?

2001-02-08 Thread Æbelø Kaj-Flemming
D. [mailto:[EMAIL PROTECTED]] Sent: 6. februar 2001 17:44 To: [EMAIL PROTECTED] Subject: DSMADMC from Visual Basic Shell Function? I'm attempting to write a VB application to monitor the daily ADSM schedule and to issue several commands throughout the day. My problem is that when I use the shell

Re: DSMADMC from Visual Basic Shell Function?

2001-02-07 Thread Michel Engels
" + TsmCmd) . End Sub Hope this helps Michel "Fletcher, Leland D." [EMAIL PROTECTED] on 02/06/2001 05:43:35 PM Please respond to "ADSM: Dist Stor Manager" [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Michel Engels/BE/Devoteam) Subject: DSMADMC from

Re: DSMADMC from Visual Basic Shell Function?

2001-02-07 Thread Nicholas Cassimatis
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 [EMAIL PROTECTED] "I'm one cookie away from happy." - Snoopy

DSMADMC from Visual Basic Shell Function?

2001-02-06 Thread Fletcher, Leland D.
I'm attempting to write a VB application to monitor the daily ADSM schedule and to issue several commands throughout the day. My problem is that when I use the shell command nothing seems to be working. I do not get any errors but I do not get any output either. The format of the shell command

Re: DSMADMC from Visual Basic Shell Function?

2001-02-06 Thread Lawrence Clark
The pro version of VB comes bundles with Access, yes? You may want to get Access connected and build your queries, then build your VB interface on top of that. [EMAIL PROTECTED] 02/06/01 11:43AM I'm attempting to write a VB application to monitor the daily ADSM schedule and to issue several

Re: DSMADMC from Visual Basic Shell Function?

2001-02-06 Thread Richard Cowen
- From: Fletcher, Leland D. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 11:44 AM To: [EMAIL PROTECTED] Subject: DSMADMC from Visual Basic Shell Function? I'm attempting to write a VB application to monitor the daily ADSM schedule and to issue several commands throughout the day. My