Top "Vbscript" questions

VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic.

Issue with MoveFile method to overwrite file in Destination in vbscript?

I have a vbscript that I have written to move files from a source directory to a destination directory. The …

file-io vbscript fso
Is there a need to set Objects to Nothing

I always read that it is recommended to set objects to nothing, once I am done with them. But I …

vba vbscript vb6
Running Microsoft Access as a Scheduled Task

I am seeking comments on how to schedule auto updates of a database (.accdb) since I am not very comfortable …

ms-access batch-file vbscript auto-update
Get the type of a variable in VBScript

How do I get the type of a variable using VBScript?

asp-classic vbscript
VBScript Invalid Character 800A0408 compilation error

I get a compilation error when I try to run the following vbs code from a command prompt in Windows 7. …

vbscript
Hex-Value in Visual Basic

Can someone just help me refresh my mind? How do you specify hex values in a Visual Basic 6 / VBScript Source? …

vb6 asp-classic vbscript
Use clipboard from VBScript

I am looking for a method to place some text onto the clipboard with VBScript. The VBScript in question will …

vbscript windows-xp clipboard
What is the difference between VBScript's + and & operator?

On every site that talks about VBScript, the '&' operator is listed as the string concatenation operator. However, …

string vbscript string-concatenation
Read utf-8 text file in vbscript

I have a text file saved as UTF-8 and when I try to read the file it gives me weird …

utf-8 character-encoding vbscript
String is not null, empty, or empty string

What is the quickest and easiest way (in Classic ASP) to check if a string has some string (that has …

vbscript asp-classic