CODE: [Copy to clipboard]set osh=CreateObject("Wscript.Shell") osh.run("cmd /k cd /d c:\windows & dir /b/ad") osh.run("notepad 123.vbs")