Hello,
I want to know whether a specific file is registered on a machine, Is
there any vbscript function or trick that can be used in the same.
Thanks for your time and kind assistance.
Regards,
Amit
Hello,
I want to know whether a specific file is registered on a machine, Is
there any vbscript function or trick that can be used in the same.
Thanks for your time and kind assistance.
Regards,
Amit
<a.bavdhankar@xxxxxx> wrote in message
news:2ba41a2f-f9a8-4b56-9bdd-2a06bb2dbb86@xxxxxxDon't know anything specific. Two thoughts:
> Hello,
>
> I want to know whether a specific file is registered on a machine, Is
> there any vbscript function or trick that can be used in the same.
>
> Thanks for your time and kind assistance.
>
> Regards,
> Amit
* Parse the results from assoc and ftype,
http://commandwindows.com/assoc.htm. You can use stdout to read results.
* Use the registry tools in WScript to read from HKEY_CLASSES_ROOT, e.g.
looking at .txt points to txtfile, examining that shows it opens in Notepad.
--
Joe Fawcett (MVP - XML)
http://joe.fawcett.name
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Webservice complex type not working when call from C++.NET client app | ropo | .NET General | 0 | 14 Oct 2009 |
| script to change file type icon | Donald | VB Script | 4 | 02 Aug 2009 |
| What is the MIME type of Windows Powershell script files (.ps1 fil | zkyboy | PowerShell | 3 | 11 Mar 2008 |
| Display actual file type, not description of the type | Doug | Vista file management | 3 | 12 Oct 2007 |
| NegotiateCleintCredentials = false with wshttpbinding / message security / client credential type = windows | Enrico Sabbadin | Indigo | 4 | 04 Oct 2006 |