|
vbs help - Topic profile
Topic profile page for vbs help.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: vbs help.
Search discussions about vbs help on BoardReader!
|
Latest threads on vbs help:
|
Started 3 months ago (2008-08-19 15:48:00)
by RedCelica
Code: set ws = WScript.CreateObject ( "WScript.Shell" ) compname = ws.ExpandEnvironmentStrings ( "10.1.1.249" ) Set shGrp = GetObject ( "WinNT://" & compname & "/Administrators,group" ) MsgBox(shGrp) Im going to show my ignorance here but I know its got to be something really simple and quick and Im just not finding it in the MSDNL. I am trying to have my object [shGrp] display ... 
|
|
Started 3 months ago (2008-08-20 14:14:00)
by b005t3drsx
Quote: Originally Posted by bradleyland MsgBox() accepts a string, or since VBScript is a loosely typed language, anything that can be converted to a string. The problem here is one of fundamentals. shGrp is an object, because you assigned it as such. Objects are containers. They have properties and methods. Think of programming ... 
|
|
Started 1 month, 1 week ago (2008-10-09 01:34:00)
by molona
writing the output is not the problem. Reading the web page could be annoying though. The difficulty of this may come on the rules and policies you have to follow and their complexity. 
|
|
Started 1 day, 12 hours ago (2008-11-17 22:13:00)
by RScotti
Take care of your self everybody is human and makes mistakes. On Sun, 16 Nov 2008 15:11:09 -0000, " Synapse Syndrome" wrote: Quote: >RScotti wrote: Quote: >> >> Synapse, >> If you would please read my message two lines up from yours. You would >> see I already did that. You should READ at all the reply's before ... 
|
|
Started 2 days, 1 hour ago (2008-11-17 09:19:00)
by RScotti
Take care of your self everybody is human and makes mistakes. -- Have a good day, RScotti remove "nospam" in order to email me. 
|
|
Started 2 days, 22 hours ago (2008-11-16 12:36:00)
by RScotti
Hi, I had a vbs program that I used for System Restore every 12 hours but it does work any more I get an error massage . Says Script: C:SR.vbs Line: 18 Char: 5 Error: Expected end of statement Source: Microsoft VBScript compilation error. Here is the script: ' Create a System Restore Point ' Windows Server 2003 : No ' Windows XP : Yes ' Windows 2000 : No ' Windows NT 4.0 : ... 
|
|
Started 3 days, 3 hours ago (2008-11-16 07:13:00)
by Synapse Syndrome
RScotti wrote: > > Synapse, > If you would please read my message two lines up from yours. You would > see I already did that. You should READ at all the reply's before making > a false statement. Than you will know what your talking about! Whadda Mistaka Da Maka! ss.... 
|
|
Started 2 weeks, 2 days ago (2008-11-02 12:37:00)
by MarkT
What is the error? If the first line is strComputer = "." I don't see why you get an error. If the first line is BasicHWSWInfo. vbs the you will get an object required error. This line should be in the vbs file. 
|
|
Started 3 weeks, 1 day ago (2008-10-27 14:49:00)
by Fuzzball
This post is obviously long, but I wanted to include as much detail as possible. To skip the history, the event sink as it stands is in the last CODE box. We have had a lot of issues with outgoing mail from MS CRM 3.0 and proprietary software developed using MS frameworks for a while now. Our first issue stems from CRM including bare linefeeds in outgoing e-mail. Inspecting the packets ... 
|
|
Started 3 weeks, 5 days ago (2008-10-23 13:29:00)
by NWBeaver
Where are you trying to create the Excel object, on the local machine, or a network server? What about another application such as anti-virus, could that be blocking the object creation? 
|
|
|
Hot threads on vbs help:
|
Started 1 week, 1 day ago (2008-11-11 07:42:00)
by bossethörnqvist
Help please!! I'm trying to run a standard client replacement task and save users data to a server share but the Capture User state action runs for about one second and then the task stops at the dos-promt. Nothing gets saved to the share. It's supposed to be a .mig-file i think. I get the following message in the log file (BDD.log): I have a few fundamental ... 
|
|
Started 5 days, 19 hours ago (2008-11-13 15:07:00)
by rage1605
Hi everyone, I am new here and thank you for looking at my post. I just started getting into scripting (and hopefully one day coding) and I think I have an easy question. I need a wmi script that will check for an application event log entry by the event ID type. However, I only want it to check within the last 10 minutes when the script runs, I do not want it reading the entire log file.... 
|
|
Started 5 days, 15 hours ago (2008-11-13 20:02:00)
by xperian
I been leaving post on windows abt this but someone told me to use this and enter all the information I have now delete the program files on virgin net startup but its not letting me delete it so here it goes hope someone can help me with this in getting rid of this yellow folder on virgin Logfile of HijackThis v1.99.1 Scan saved at 19:55:45, on 13/11/2008 Platform: Windows XP SP3 (... 
|
|
Started 3 days, 21 hours ago (2008-11-15 13:11:00)
by PaulM
Try this: If WScript.Arguments.length =0 Then Set objShell = CreateObject("Shell.Application") objShell.ShellExecute "wscript.exe", """" & _ WScript.ScriptFullName & """" &_ " RunAsAdministrator", , "runas", 1 else CONST DEVICE_DRIVER_INSTALL = 10 CONST BEGIN_SYSTEM_CHANGE = 100 strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate... 
| |