07/05/17 21:06:39
>>289
@if (0==1) rem
@echo off
cscript.exe //nologo /e:jscript %0 < %1 > %2
exit /b
@end
while (! WScript.StdIn.AtEndOfLine) {
var line = WScript.StdIn.ReadLine();
WScript.StdOut.WriteLine(line.substr(0, 3) + " " + line.substr(6, 3));
}