本帖最後由 bongbong3481 於 2018-5-14 22:03 編輯
回覆 3# 口o口
我用virtuabox , 好似都RUN 到\\VBOXSVR\download\file.bat; \\ 192.168.1.1\ , 好似多左個空格
vbs file run_VBS.vbs
set WshShell = WScript.CreateObject("WScript.Shell")
all1=chr(34) &"\\VBOXSVR\download\run_hello.bat" &chr(34)
WshShell.Run all1,0,true
batch file hello.vbs
\\VBOXSVR\download\hello.vbs
vbs file hello.vbs
msgbox "HELLO" |