标签: vbscript
username = InputBox("Enter user name below") Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run """c:\windows\CCM\PostDeploy\Bin\lin_ADcomputerjoin.exe""" & username
由于某种原因,这个脚本在最后一个命令上失败了,不知道为什么以及如何修复它。