Manage and administration Vbscripts
Home › Forums › Scripting › Windows Script Host › Manage and administration Vbscripts
This topic contains 5 replies, has 5 voices, and was last updated by jeff.schumacher 8 years, 7 months ago.
-
AuthorPosts
-
April 18, 2011 at 2:59 am #154266
Hi all,
Does anybody know if exist some software, which can managing and running Vbscript under Windows server 2008?
I have a lot of Vbscritps and I need centralize them, run them and get output from this scripts.
In the best way, some application which can run as service in Windows and can give output from scripts on a port.
Thanks for advice.
RegardsApril 18, 2011 at 6:25 am #212079Re: Manage and administration Vbscripts
h0ndzik, your identical thread in the Windows 2008/2008 R2 Forum has been deleted. Please do NOT double post questions.
If you are not sure where to post, put it in where you think is the appropriate thread and mention that you were not sure where to post it. If necessary the Forum moderators can move it to a more appropriate Forum where it will get better exposure. Thanks.
April 18, 2011 at 7:53 am #345087Re: Manage and administration Vbscripts
To centralise the collection of script outputs, you would probably need to modify the scripts to all output in a common format to a common destination. Otherwise you’ll have all of your scripts all producing different types of output (all perfectly valid), but whatever management system you put in place will have no clue as to what it should be recording.
April 18, 2011 at 8:03 am #375373Re: Manage and administration Vbscripts
Yes I can modify scripts, but I need run them, etc. every 5 minutes need run script1,script2… and need check last output value from script1,script2… (etc. listen port on windows service)
April 18, 2011 at 1:14 pm #345089Re: Manage and administration Vbscripts
Modify the scripts to output their results to a file and have them check that file when run to see what the last instance of the script did.
-
AuthorPosts
You must be logged in to reply to this topic.