SoFunction
Updated on 2025-03-10

VBS Tutorial: VBScript Objects

  • VBS tutorial: VBscript statement-On Error statement

    VBS tutorial: VBscript statement-On Error statement...
    2006-11-11
  • Commonly used VBS codes worth reading

    The code is a bit messy, you can organize it yourself.
    2009-12-12
  • Implement code using script to call the system's shutdown dialog box

    Previously, there was a shutdown dialog box for how to use the command line to call the system's shutdown dialog box #60, but there is a problem with the above method. This method cannot be used normally in XP to shut down.
    2012-05-05
  • VBS tutorial: Object-FileSystemObject Object

    The file system is one of the most important parts of all operating systems. Scripts often need to access and manage files and folders. The top-level object that accesses the desktop and file system in Vbs is FileSystemObject (FSO). This object is particularly complex and is the core of vbs' file operations.
    2006-11-11
  • "&H" in vbscript statement is dedicated to hexadecimal number representation

    Recently, I am working on an Asp project. Since the fields in the database start with the letter "h", an inexplicable error occurred in the SQL language. After repeated inspections, no errors were found, which made me suffer a whole day.
    2009-08-08
  • VBS routing restart script

    Use vbs to realize the restart of the router, and in terms of time, it uses vbs to simulate the output of the key.
    2009-03-03
  • Digging deep into Windows scripting technology

    This article mainly introduces the in-depth exploration of Windows scripting technology
    2006-09-09
  • VBS tutorial: Properties-Path attributes

    VBS tutorial: Properties-Path attributes...
    2006-11-11
  • VBS implements screenshot function

    This article shares with you the following two codes to implement screenshot functions through VBS. The first is pure VBS implementation, and the second method is to achieve richer functions by collecting short third-party tools into VBS scripts.
    2015-09-09
  • VBS tutorial: Functions - InputBox Function

    VBS tutorial: Functions - InputBox function...
    2006-11-11