Files
aurora-admin/dsh_launcher.vbs
T

4 lines
268 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = "C:\Users\12914\Desktop\组件规范第一套"
WshShell.Run "C:\Users\12914\AppData\Roaming\TRAE SOLO CN\ModularData\ai-agent\vm\tools\node\dsh.cmd --profile web", 1, False
Set WshShell = Nothing