How can I send a command to another VBScript? [duplicate]
问题 This question already has answers here : Can I pass an argument to a VBScript (vbs file launched with cscript)? (5 answers) Closed 13 days ago . I need help rendering input through 2 different VBScripts. Here's my code, but I need a way of rendering the input of A.vbs into B.vbs, here's my code: Option Explicit Dim Shell Set Shell = CreateObject("WScript.Shell") Speed = InputBox("How long do you have to wait between clicks, in seconds?", "") Wait = InputBox("How long until this script runs?",