Description
Generates a VBScript (.VBS) file that executes a specified command when run.
Overview
Generates a VBScript file that runs the specified command via WScript.Shell. Natively executable on all Windows versions without additional dependencies.
Parameters
| Name | Type | Description |
|---|---|---|
| Command | string | The command to execute. |
| WindowStyle | int | Window style (0 = hidden). Default: 0. |
