CODE: [Copy to clipboard]@echo off >test.vbs echo Wscript.echo "xxx" >>test.vbs echo Wscript.echo "xxxxxx" start test.vbs echo xxx pause