Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Scripting HelpFile with Shell.Applicationl Object ?

Reply
 
Old 04-24-2009   #1 (permalink)
jm.almeras


 
 

Scripting HelpFile with Shell.Applicationl Object ?

Dear VBScript experts,

I write a lot of vbscript and I use a lot SCRIPT56.CHM, a helpfile which i
found on Internet somewhere which is VERY useful (objects, methods, ...)

In that file there is nothing on the Shell.Application object, which for
example offers Namespace and GetDetailsOf methods

Is there a helpfile for this object ?

Thank you

Jean-Marie



My System SpecsSystem Spec
Old 04-24-2009   #2 (permalink)
Jon Wallace


 
 

Re: Scripting HelpFile with Shell.Applicationl Object ?

Hi Jean-Marie

Here is a nice clean example of a use of shell.application and
GetDetailsOf -
http://blogs.msdn.com/rahulso/archiv...ent-boxes.aspx

Here is API documentation for GetDetailsOf (with VBScript example) -
http://msdn.microsoft.com/en-us/libr...70(VS.85).aspx

Hopefully these will help you.

Best Regards,
Jon

www.insidetheregistry.com

---

"jm.almeras" <nospam@xxxxxx> wrote in message
news:ukxMY3PxJHA.4452@xxxxxx
Quote:

> Dear VBScript experts,
>
> I write a lot of vbscript and I use a lot SCRIPT56.CHM, a helpfile which i
> found on Internet somewhere which is VERY useful (objects, methods, ...)
>
> In that file there is nothing on the Shell.Application object, which for
> example offers Namespace and GetDetailsOf methods
>
> Is there a helpfile for this object ?
>
> Thank you
>
> Jean-Marie
>
My System SpecsSystem Spec
Old 04-24-2009   #3 (permalink)
Paul Randall


 
 

Re: Scripting HelpFile with Shell.Applicationl Object ?

Microsoft's online documentation is often quite good, but is not good on the
subject of Shell.Application. This newsgroup,
microsoft.public.scripting.vbscript, contains a lot of good info. One of
the best tools for getting info from a newsgroup is Groups.Google.Com.

Try this link for help with GetDetailsOf:
http://groups.google.com/groups?q=ge...=100&scoring=d

-Paul Randall

"jm.almeras" <nospam@xxxxxx> wrote in message
news:ukxMY3PxJHA.4452@xxxxxx
Quote:

> Dear VBScript experts,
>
> I write a lot of vbscript and I use a lot SCRIPT56.CHM, a helpfile which i
> found on Internet somewhere which is VERY useful (objects, methods, ...)
>
> In that file there is nothing on the Shell.Application object, which for
> example offers Namespace and GetDetailsOf methods
>
> Is there a helpfile for this object ?
>
> Thank you
>
> Jean-Marie
>

My System SpecsSystem Spec
Old 04-25-2009   #4 (permalink)
mayayana


 
 

Re: Scripting HelpFile with Shell.Applicationl Object ?

> In that file there is nothing on the Shell.Application object, which for
Quote:

> example offers Namespace and GetDetailsOf methods
>
The only thing, as far as I know, is MSDN.
If you have access to that look up "Shell Object".
MSDN online is theoretically usable, but you
have to find things through Google and then
Microsoft has spread it out into extra, unnecessary
pages with numeropus broken links. So if you can
assemble all of the help pages at all, it would
certainly be a lot of work.

Shell.App. is basically Explorer's functionality
for folders. While it has some useful functions,
there's not a heck of a lot in it. It's not a good idea
to use it for filesystem ops, for instance, because
Shell.App is concerned with *display* of files/folders.
If you enumerate files in a folder using Shell.App
you'll find that some files are not included, and it
varies by system. Other functions, like using the
"verbs", also vary by system and are rarely if ever
relevant for scripting. Actually, I think it's safe to say
that everything in Shell.App varies by system because
of broken compatibility, both incidental and deliberate.
Again, that's mainly because Shell.App is a really GUI set
of functions, not a file system set of functions.


My System SpecsSystem Spec
Old 04-26-2009   #5 (permalink)
jm.almeras


 
 

Thank you Jon, Paul and mayayana

I have basically the information i was looking for
Thank you
Have a nice day


My System SpecsSystem Spec
Old 04-26-2009   #6 (permalink)
Jon Wallace


 
 

Re: Thank you Jon, Paul and mayayana

No problem, glad to help anytime.

Best Regards,
Jon

www.insidetheregistry.com

---

"jm.almeras" <nospam@xxxxxx> wrote in message
news:enVlAokxJHA.480@xxxxxx
Quote:

>I have basically the information i was looking for
> Thank you
> Have a nice day
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can parent shell monitor run/crash status of Child shell/exe ? PowerShell
Executing Power Shell Scripts from Windows Shell PowerShell
ps scripting newbie - how to make functions/scripts available in the shell? PowerShell
Tracing Helpfile resolution? PowerShell
Adding canonical aliases for Compare-Object, Measure-Object, New-Object PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46