“
@if(0)==(0) ECHO OFF
CScript.exe //NoLogo //E:JScript "%~f0" ""%*""
pause
GOTO :EOF
@end
//
var WshShell = WScript.CreateObject("WScript.Shell");
//
WScript.StdOut.Write(">>> ");
str = WScript.StdIn.ReadLine();
WshShell.popup(str);
