On The Insider: OJ Simpson: Guilty Again
1 Resources for

wscript.quit

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

WScript Executing As IWAM Not Terminating
Hi all,Hopefully someone out there can help.From an ASP application I am spawning a WScript shell that can't seem to close itself. The script runs until it encounters a flag, at which point it calls WScript.Quit. This works a-okay when I start
Tags: wscript, vbscript, asp, programming, scripting, WScript Executing, IWAM, Hamish_NZ, WScript.Quit
Discussion threads 2006-11-19

Additional Resources

VBS script failure
I got a Vbs login script i want to use to execute commands in cmd with admin privileges. It sometimes fails to load properly and hangs at "enter the administrator password" and doesnt send the password while sometimes it works perfectly.Can anyone see what i have to change or do?Option...
Tags: mdegroodt@..., WScript.Sleep 100 oShell.Sendkeys
Discussion threads 2007-08-14
Getting 80070003 Error with vbscript
All --I have a vbscript running in an ASP page that I am trying to get to access a virtual directory in IIS 6. I can get the metapath of the site, but when the script tries to access the virt dir, I get a path can not be found...
Tags: A1, cmptrwhz, Getting 80070003 Error, Microsoft VBScript, programming, Wscript.Echo
Q&A 2005-12-13
Diskspace VBScript Help needed
How do I edit this script so that it will output the diskspace for each computer?To run the script the syntax is cscript diskspace.vbs computernameHere is the code: On Error Resume NextConst CONVERSION_FACTOR = 1048576Const WARNING_THRESHOLD = 100If WScript.Arguments.Count = 0 Then Wscript.Echo "Usage: FirstScript.vbs server1 [server2] [server3] ..." WScript.QuitEnd...
Tags: computer, Err.Number, keebmachine, Microsoft VBScript, programming, Wscript.Echo Computer
Q&A 2004-12-10
Dell Express Service Code
Does anyone know how to read the Dell Express service code using VBScript?We are currently reading the service tag and model from the bios but would like to get the express service code.We don't know the syntax to read that object.If anyone knows please let me know.This is what I...
Tags: dan.cox@..., Dell Computer Corp., Wscript.Echo
Discussion threads 2007-05-31
Ping Network
How can i ping all IP Addresses on a network to see which are used and which are free?A vbscript will do it--------------Option ExplicitDim objShell, strSubnet, iSet objShell = CreateObject("WScript.Shell")strSubnet = "10.130.32." 'Obviously set this to yours! And note the trailing stopFor i = 1 to 255 If IsUp(strSubnet & i) Then wscript.echo strSubnet...
Tags: it management, network, Sprocket, strSubnet
Q&A 2005-11-07
Scripting
Looking for a script that will rename and change password on all of the local administrators user accounts. I can do this through GPO I know, but I want to run this particular script on a list of servers without having to reboot. I have found a couple...
Tags: arrSubAut, BlitzSonik, bSID, CStr, err.description, Hex, oUser.objectSID, password, security
Q&A 2005-05-19
Finding CPU ID
I want to get the unique machine id or CPU ID through GUI based program. If it possible?. If so please guide me.RegardsRaja C S Ahere is a sample script in WMI that gives you all the info you need about your processor. To keep from getting a bunch...
Tags: CPU, csaraja@..., programming, Wscript.Echo
Q&A 2005-06-21
Logon Script
I want a script that appears when the user logs on that states a warning message and the user will have to click yes to get onto the desktop or if they click no it will log them out.Try This.You may need to modify it for exactly what you want...
Tags: cterreforte@..., Wscript.Echo
Discussion threads 2007-09-05
Using "wscript" to send a message
How can I use "wscript" to send a message from a Windows 2003 server to a specific computer on a network?Hi Kaypauluse a vbs script to call wscript.....wscript.echo "message goes here"save the above line in a file called something.vbs..... this will display a pop up box requiring users to click...
Tags: Servers, kaypaul@...
Discussion threads 2007-03-17
How to remove network printers via a VBS script?
Hi all,I need to create a VBS logon script for users here to remove network printer conncections if they exist for a user's AD account. I've figured out how to add network printer connections, but I've run into a brick wall with removing them. I'd like the script to remove...
Tags: Computer Dude, network, network printer, printer
Q&A 2005-03-30
GP vbs Logon Script
I have a vbs logon script that is supposed to run a few exe's if their corresponding apps are not installed (Asset mgmt, AV and SW Dep tool)When I manually run the code from within XP and W2k and it performs as expected. The executables are run and applications...
Tags: Citrix_Sys, DebugFile System_Root, Error Resume Next Err.Description Do_Citrix, fSys.FileExists, LocServ, MandaT, Serv_Sys, System_Drive, TermServ_Sys, windows
Q&A 2005-11-09
LDAP Find users within a group
Using ADUC I tried to find which users were members of the Internet group using:(objectCategory=user)(memberOf=CN=internet)Removing the "CN=" still results in a "is not a valid query string" How do I find out which users are members of a particular group ??All help appreciated,BanxThe members of a group are stored...
Tags: arrMemberOf arrCPU, banx, hardware, LDAP
Q&A 2006-07-28
lock default printer
Does anybody know a way via group policy or REG hack to prevent users from changing the default printer? I have 3 printers inslalled, 1 print device. The printers are named black, color & Adobe PDF. Users are able to change the default printer. I want to lock in the...
Tags: Printers, printer
Q&A 2005-05-06
Help Writing a Script
I am new to scripting and I want to create a WHS logon script to run a .exe. can anyone point me in the right direction?here ya goSet oWshShell = WScript.CreateObject("WScript.Shell")sCommand = "yourexe.exe"oWshShell.RunsCommand
Tags: ken_hagins@...
Discussion threads 2007-04-24
Quit Smoking in 30 Days or Less (exe)
This fantastic program will help you to mentally prepare yourself to quit smoking within 30 days. Lets face facts. if you're not mentally prepared to meet this challenge head on, you will never quit smoking. You will be guided every step of the way so there will be no chance...
Tags: Withdrawal
Software downloads 2007-10-30
Windows assigning drive letters
I have mapped a network drive and used the letter F but now every time I connect a usb device it assigns the usb device the letter F so I can't access it unless I go in to disk management and change the drive letter of the usb device, is...
Tags: Microsoft Windows, deerek11@..., network, usb device, CreateObject
Discussion threads 2007-07-26
How do I get a VBScript to read the wscript.echo output?
How do I get a VBScript to read the message box's output after, first searching my computer for that output and second creating a new folder named after that output?I am trying to create a VBScript that displays the current month/year, searches my computer for that month/year folder and ...
Tags: Scripting languages, husweety@..., Wscript.Echo, Microsoft VBScript, Set objFSO
Discussion threads 2007-09-20
Printing Scripts with windows Vista
I have a simple logon script for all my users. It basically maps them all to their user share and their various network shares dpending on their department. i also have some printer declerations in that logon. for Windows XP pro and back, works flawlessly, however, for Vista users, it...
Tags: Printers, Microsoft Windows Vista (Longhorn), Microsoft Windows XP, cpeevy@..., printer, Microsoft Windows Vista, printing
Discussion threads 2007-07-17
How can you find out where a domain user is logged on (\host name)
How can you find out where a domain user is logged onto Windows AD environment. What's the computer name?huhYou'd like to search a network for a particular user name, to find out which computer he's on?logon server ??Open a cmd prompt and type setIt will display, among othet...
Tags: IP, Mikael310@..., networking, strUserName, username
Discussion threads 2005-04-07
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now

The PC Cracked Open