This code creates a Wscript.Shell object and assigns it to the variable Wsh. Then, it uses the Run method of the Wsh object to execute the 'saplogon.exe' program located at 'C:\Program Files (x86)\SAP\FrontEnd\SAPgui'.

Set Wsh = Wscript.CreateObject("wscript.shell")
Wsh.Run "saplogon.exe C:\Program Files (x86)\SAP\FrontEnd\SAPgui"
How to Open SAP Logon Using VBScript

原文地址: https://www.cveoy.top/t/topic/fHsC 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录