Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "MikeD" Newsgroups: comp.lang.basic.visual.misc,microsoft.public.vb.general.discussion Subject: Re: Need help with writing drive property Date: Sat, 21 May 2011 19:42:59 -0400 Organization: A noiseless patient Spider Lines: 1 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=response Content-Transfer-Encoding: 7bit Injection-Date: Sat, 21 May 2011 23:43:14 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="R9XAUq88aV9L/YccqPjuAA"; logging-data="687"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19cdgotnQfqD1mlfjXkzu0+CInEDtwsOVQ=" X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 In-Reply-To: X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726 Importance: Normal Cancel-Lock: sha1:4RDCsO4sBayMPSYPckFDtScYZ7Q= X-Priority: 3 X-MSMail-Priority: Normal Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:170 "GS" wrote in message news:ir98hg$5dq$1@dont-email.me... > I'm looking for a VB solution to put a value into a logical drive's > StatusInfo property. I've tried using FSO but can't seem to be able to > make it work due to not having any info for proper syntax to write. (Never > did this before; just read only) > > What I'm trying to do is place a temporary 'tag' on a specific drive so I > can query the value via WMI Win32_DiskDrive. > > Any help/direction would be most appreciated. Any reason you can't just write this temporary "tag" to a temporary file? Seems to me like that'd be a lot easier. -- Mike