On GameSpot: Grand Theft Auto IV Review!
130 Resources for

Microsoft VBScript

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Macro Scheduler Automation Tool (exe)
Create scripts and record macros to automate and control your Windows applications, automate software processes and assign tasks to schedules, desktop shortcuts or hotkeys. Perform complex tasks with a single mouse click, or schedule your computer to perform tasks while you are away. Power users will appreciate the ability of...
Tags: Microsoft VBScript, Tool, Automation, Scripting Languages, Software/Web Development, Web Development
Software downloads 2008-01-04
EmEditor Professional (msi)
EmEditor Professional, a text editor for Windows, supports JavaScript or VBScript macros, Unicode, plug-ins, syntax highlighting (including embedded scripts in HTML, ASP, and PHP files), drag-and-drop, and menu and keyboard customizations. The text editor supports not only JavaScript and VBScript for the text editing macros, but also PerlScript, PHPScript, Python,...
Tags: Microsoft VBScript, JavaScript, Macro, EmEditor Professional, Scripting Languages, Keyboards, Mice, Software/Web Development, Web Development, Hardware, Peripherals
Software downloads 2007-12-18
accounting student needs help from vbscript experts
SITUATION: I HAVE 2 EXCEL FILES ONE IS CALLED "MARKET AND THE SECOND ONE IS "PRODUCT""MARKET"SKU Price Quantity123606 $295.00 8123606 $295.00 8124258 $149.95 85124258 $149.95 85123849 $149.95 116123849 $149.95 116112060 $99.95 0112060 $99.95 0123883 $79.95 2123883 $79.95 2124469 $34.95 0MARKET HAS "SKU", "PRICE" AND "QUANTITY"."PRODUCT"ItemNo ItemPrc1 ItemQtyOnHnd100016 16.5 267110030 11.95 1,652110710 19.95 40112060 99.95 0123606 295 8123849 149.95 116123883 79.95 2123949 24.95 231PRODUCT HAS "ITEMNO", "ITEM PRICE" AND ITEMONHAND".THE PROBLEM: IS "MARKET NEEDS TO BE UPDATED USING THE "PRODUCTS" DATA BECAUSE...
Tags: Scripting languages, bluerhi_03@..., accounting, Microsoft VBScript, MARKET NEEDS
Discussion threads 2007-11-21
Mapping Drive with vbscript via group membership
I am trying to create vbscript to map drive from a windows workstaionwithout novell client to a Novell Server running Native File Access CIFS shares via group membership. I have had no luck getting anything I write to work. Standard drive mappings work fine, but the ones for group membership...
Tags: Scripting languages, jlewter@..., Microsoft VBScript
Discussion threads 2007-11-13
logon VBscript to run BGinfo
What I'm looking for is a VBscript that I can use as a logon script in Group Policy to run BGinfo from Sysinternals. I have a batch script setup that works, but we block the CMD prompt for users in group policy, so the script doesn't run. I...
Tags: Scripting languages, kevin@..., Microsoft VBScript, sLocalDir
Discussion threads 2007-11-06
Simple Windows Scheduled Tasks Question
I am trying to automatically schedule a daily sync session via windows scheduled tasks however I'm having one problem. The file I need to run opens a popup to select the profile and then I must click OK for the process to carry out. Once the auto scheduler runs the...
Tags: Scripting languages, dr.turkey@..., Microsoft VBScript, click ok
Discussion threads 2007-11-04
Since when were MCSEs' required to be VBScript or ASP.NET experts?
I'm seeing more and more jobs out there requiring MCSE certification as well as expert knowledge in VBScript and ASP.NET. Not any one of the cert exams touches on scripting, nor do I believe that Microsoft even requires scripting knowledge of MCSEs'. Are prospective employers confused as to...
Tags: .NET, Scripting languages, Recruitment & Selection, Big Ole Jack, Microsoft ASP.NET, Microsoft VBScript, job, Microsoft Corp.
Discussion threads 2007-11-05
bat files
how do you write a bat fie for a network printer?and if you can bat. on roaming profiles as well ?please thankxthankxbut how do you write the logon script i know net use x:\serversharename for mapping network drives but for printers and roaming profiles i need helpbat fileOpen notepad and...
Tags: Printers, Scripting languages, trevor@..., Microsoft VBScript, printer
Discussion threads 2007-10-31
Comprehensive JScript and VBScript Reference (msi)
Comprehensive JScript and VBScript Reference is a comprehensive developer's reference for JScript and VBScript and also links you to the Microsoft Add-in Center where you can find more add-ins for FrontPage. This version is the first release on CNET Download.com.
Tags: Microsoft JScript, Microsoft VBScript, Microsoft Corp., Scripting Languages, Software/Web Development, Web Development
Software downloads 2007-10-03
VBScript to execute SQL com. & outputs to an Acrobat/SQL2005ReportServ file
Hi, I need help - no experience in VBScript. I'm coding in Flowcentric which uses VBScripting. I need to create a link Report onclick of link executes SQL then outputs to Acrobat file or SQL2005 Reporting Services file & then opens the file. Please can anyone Assist as I'm really...
Tags: Scripting languages, Programming languages, ismailc@..., Microsoft VBScript, SQL
Discussion threads 2007-10-17
How do I send the VBScript Output to my Email?
I am using the below script to find out the status of the Windows Services in the Server. How can i send the output to my email instead of showing it on the desktop?strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2")Set colServices...
Tags: bhnizam79@..., Set objWMIService, strComputer, e-mail, Microsoft VBScript
Discussion threads 2007-10-04
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
Get PC Physical Memory Size via VB Script
Hi guys, I had been trying to get the PC physical memory size via bwelow code://///////////////////////////////////////////// function getTotalMemory strComputer = "." Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2") Set colSettings = objWMIService.ExecQuery("Select *...
Tags: Web browsers, andrew.zou@..., strComputer, GetObject, PC, Microsoft Visual Basic, Microsoft VBScript
Discussion threads 2007-09-11
Internet Explorer error: Type mismatch
Hello.We recently installed a Window Server 2003 (IIS 6.0) web server.The problem is that I have an ASP web page that executes a VBSCRIPT in order to create pull down menu with options.The web site was working without problems under Windows NT 4.0 (IIS 4.0) but now whenever I move...
Tags: Scripting languages, Microsoft Windows NT, stergios_nik@..., Microsoft VBScript, Microsoft IIS Server, Type Mismatch, Web, Microsoft Internet Explorer, Web site
Discussion threads 2007-09-04
Windows NT Scripting
Hi I have been given a script to modify and don't have a clue how. It's a Windows NT Command Script. It's deletes all files that have a specific file extention. I want to modify it to move, not copy, these files to a location on the server rather than...
Tags: Scripting languages, Microsoft Windows, mr.sweetchuck, Microsoft VBScript, Microsoft Windows NT
Discussion threads 2007-08-30
LP-Calc (zip)
LP-Calc is a fully functional scientific calculator program that can be used as an alternative to the Microsoft Calculator program that comes with Microsoft Windows. As well as doing basic calculations, LP-Calc can also be used to assist with programming as it understands functions and some statements from VBScript and...
Tags: Function, Microsoft VBScript, LP-Calc, Scripting Languages, Microsoft Development Tools, Software/Web Development, Web Development, Development Tools, Software Development
Software downloads 2007-05-31
Hibernation using VB Script
How to enable and disable Windows Hibernation using VB Script in Windows XP SP2?
Tags: Microsoft Windows, Microsoft development tools, Scripting languages, Programming languages, prashant.hande@..., Microsoft VBScript, Microsoft Visual Basic
Discussion threads 2007-08-24
retrieve local user profile path with vbscript
I need a windows vbscript to retrieve local user profile path.Thanks
Tags: Scripting languages, atwizrane@..., Microsoft VBScript
Discussion threads 2007-08-19
vbscript error on one of client pc during logon
I keep getting this error on one of my client pc's have tried to re-image the clent to no avail, don't know what to do to correct this problem, any advice would be greatly,AppreciatedPostCan you post the error and what the client PC is doing when the error appears. Also...
Tags: Microsoft VBScript, presleyd2007@..., client pc
Discussion threads 2007-08-15
VB Script to test ip range and install a printer
Hello everyone.I need a bit of help.We are currently running a server with 3 sites connected to it (3 different ip ranges). The users log on to computers in any of the 3 sites. Each site has its own printer. Now my problem is this:When a user logs...
Tags: Printers, Network technology, NETWORKING, kerneelskruger@..., Microsoft Visual Basic, Microsoft VBScript, ip range, IP, printer
Discussion threads 2007-08-01

Content Types

Book chapters (3 results)
Discussion threads (56 results)
Download resources (18 results)
Q&A (19 results)
Software downloads (10 results)
Technical articles (21 results)
White papers (3 results)

Refining Tags

Software/Web Development (25 results)
Web Development (24 results)
Scripting Languages (23 results)
Microsoft Windows (22 results)
Programming (22 results)
Software (21 results)
Microsoft Visual Basic (20 results)
Networking (12 results)
vbScript (12 results)
windows (11 results)
Operating Systems (10 results)
Server (9 results)
Enterprise Software (9 results)
Microsoft Windows Active Directory (8 results)
Software Development (7 results)
computer (7 results)
Microsoft Corp. (7 results)
printer (6 results)
Bill Detwiler - TechRepublic (6 results)
JavaScript (6 results)
Scripting (6 results)
Password (6 results)
Greg Shultz (6 results)
Microsoft Windows XP (5 results)
strComputer (5 results)
Development Tools (5 results)
Microsoft JScript (5 results)
CSV File (5 results)
Network Administration (5 results)
Microsoft Development Tools (5 results)
Randy Barger (5 results)
E-mail (4 results)
network (4 results)
TechRepublic Inc. (4 results)
database (4 results)
Microsoft Windows XP Professional (4 results)
Directory Services (4 results)
HTML (4 results)
WMI (4 results)
GetObject (3 results)
Middleware (3 results)
Microsoft Word (3 results)
IP (3 results)
Exchange (3 results)
Download (3 results)
PC (3 results)
CSV (3 results)
ADSI (3 results)
scott lowe (3 results)
Hardware (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Storage Security Policy
Safely retaining and securing data is an important aspect of an effective security strategy. Business demands, increased user requirements and even co ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now