私たちが過去12年間に購入した中で、おそらく最も優れた製品の1つです。すばらしい製品です。
Damon Warren氏、IT担当役員
Burnet Institute

How to suppress the prompt when calling a VBS script using the K1000 appliance

When calling a Visual Basic script using a batch file, there is an option to suppress the command prompt from popping up when executing the Visual Basic script.

The cscript option is //NOLOGO

Example:

C:\Windows\System32\cscript.exe //NOLOGO ScriptName.vbs

Reference for Visual Basic different Options from the net.

Categories for this entry