Networker

Re: [Networker] Scripting mminfo on Windows problem

2007-10-02 11:46:17
Subject: Re: [Networker] Scripting mminfo on Windows problem
From: "Kuin, CNM" <CKuin AT WLZ DOT NL>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Tue, 2 Oct 2007 17:42:01 +0200
> 
> > 
> > for /f %%v in ('mminfo -q near,volrecycle,pool=PHAPRD -r volume') do
> > @ECHO Found a PHAPRD that is RECYCLE! %%v
> 
Try:
for /f %%v in ('mminfo -q "near,volrecycle,pool=PHAPRD" -r volume') do
@ECHO Found a PHAPRD that is RECYCLE! %%v

For some reason or the other cmd.exe strips the ',' (comma) and '='
(equal) signs...

Regards,
Cor.

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the body of the email. Please write to 
networker-request AT listserv.temple DOT edu if you have any problems with this 
list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

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