' F-name= AA_Tibet_Auto_C.vbs ' Children of "AA_Tibet_Auto.vbs". This is called by parent. this is inner job. ' Copy parent data to clipboard. by Ctrl+C. data is in Input string area of parent's InputBox function dialog. max 2046 bytes data. ' Over 2046 bytes data case, Popup method unlimited size interface is applied. in this case Header, Footer are added. Set WshShell=Wscript.CreateObject("Wscript.Shell") Wscript.Sleep 1000 ' sleep 1000 ms 'WshShell.SendKeys "^c" ' debug Ctrl+C, --- display confirm style WshShell.SendKeys "^c~" ' Ctrl+C, {enter} Set WshShell = Nothing WScript.Quit