Quantcast
Channel: Yeshai Bouskila » VBScript
Browsing all 9 articles
Browse latest View live

VBScript – In the beginning LOGGING

So what is VBScript? I’m not going to go into the whole what and why… you can read it all on WiKiPeDiA. Sort Story VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by...

View Article



To DIM or not to DIM that is the question, VBScript Variables

So I got an email from someone asking me based on the code snippets I place on my site why don’t I “Option Explicit” and declare my variables…. So what are variables and what do you do with them? I’m...

View Article

Image may be NSFW.
Clik here to view.

VBScripts – Generic Templates for download

Hello Readers, I’ve added a download section where I will provide templates for Generic Scripts that you can modify and use. No Credit needed simply enjoy. Hit the Download section on the top. Have fun...

View Article

Rename Users with VBScript

This question came through the red phone line (well email)…. (and there were two questions but I’ll save the other for a different post….) And it’s quite simple but we are going to cheat here and use a...

View Article

Rename Machine Name with VBS

So… we renamed a user name with VBS here – Linky but now we need to change the machine name. How simple is that? very As you can see below specify a machine name under strNewName = “InRimServer” So...

View Article


Changing Computers IP Addresses with VBScript

So now that we changed the machine name and user names we might need to change some IP’s…. As you can see below you will need to specify the IP’s somehow (hard coded right now) with a MSGBOX, Registry...

View Article

Image may be NSFW.
Clik here to view.

Modify Text/Batch/Registry Files For Automation

So let’s say you are working with Batch Files or Regsitry files and you want to automate so sort of process to prompt a user for an input box and change values. We have a registry file that contains...

View Article

Image may be NSFW.
Clik here to view.

VBScript Read XML File – How To???

So you have an XML file and you want to use it with VBSCript…. In this post we will review reading an XML file by knowing the TAG names, next time we will break down on opening an XML file without...

View Article


VBSCript write to Windows Event Log

So I wrote this article back in the day about logging to a text file. And I was asked  if there is a way to use windows logging as well. Short answer yes, long answer yes but it’s not amazing Very...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images