Advertisement

04.18.2007 at 12:02PM PDT, ID: 22519582
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.8

VBS code to minimize the 4 windows I just opened fails!

Asked by COWIT in VB Script

Tags:

I’m having an issue with the VBS code below.  First off I’m not a programmer or developer so bare with me on this.  The below code will launch 4 ghostcast session which works great, the last line of the code is to minimize all the windows that were just opened.  Now If I place that line of code into another .vbs and run it separately it works fine, but with in the below code fails.  I do not receive an error but the windows just stay open.  I’m sure this is an easy fix for someone who is a vb guru!
Thanks in advance for the help!


Dim WshShell, oExec
Set WshShell = CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("C:\Program Files\Symantec\Ghost\ghostsrv F:\Ghost_Restore_Images\ML900.gho ML900 -O1 -r")
Set oExec = WshShell.Exec("C:\Program Files\Symantec\Ghost\ghostsrv F:\Ghost_Restore_Images\GX280.gho GX280 -O1 -r")
Set oExec = WshShell.Exec("C:\Program Files\Symantec\Ghost\ghostsrv F:\Ghost_Restore_Images\VOYAGEUR1.gho Voyageur -O1 -r")
Set oExec = WshShell.Exec("C:\Program Files\Symantec\Ghost\ghostsrv F:\Ghost_Restore_Images\NX6310.gho NX6310 -O1 -r")
Dim Shell : Set Shell = CreateObject("Shell.Application") : Shell.MinimizeAllStart Free Trial
 
Loading Advertisement...
 
[+][-]04.18.2007 at 03:04PM PDT, ID: 18935543

View this solution now by starting your 14-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: VB Script
Tags: minimize
Sign Up Now!
Solution Provided By: RobSampson
Participating Experts: 2
Solution Grade: A
 
 
[+][-]04.20.2007 at 02:36AM PDT, ID: 18945063

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 14-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43