Calling a Batch File Through VB Script | Symantec Connect

Calling a Batch File Through VB Script | Symantec Connect

瀏覽:355
日期:2025-04-27
There would be some situations where we need to call Batch file from Scripts. Here the script to call INSTALL.bat Copy the below code to Notepad. Function Tilak() dim shell set shell=createobject("wscript.shell") shell.run "INSTALL.bat" set shell=nothing ...看更多